summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-02-05 17:35:17 +0000
committerache <ache@FreeBSD.org>1996-02-05 17:35:17 +0000
commitcb030b238b85298f1c37a1818ac712ccd6054289 (patch)
tree4b56e12efe0392c76cf11487c23ec13529989814 /usr.bin/calendar/Makefile
parentc72893260de5bc68e84d9332d982eb357273cfa1 (diff)
downloadFreeBSD-src-cb030b238b85298f1c37a1818ac712ccd6054289.zip
FreeBSD-src-cb030b238b85298f1c37a1818ac712ccd6054289.tar.gz
Don't make directory here, it is mtree task
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r--usr.bin/calendar/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index 8e8340d..ac70443 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -11,8 +11,6 @@ beforeinstall:
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}
for lang in ${INTER}; \
do \
- [ -d ${DESTDIR}${SHAREDIR}/$$lang ] || \
- mkdir -p ${DESTDIR}${SHAREDIR}/$$lang; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
${.CURDIR}/calendars/$$lang/calendar.* \
${DESTDIR}${SHAREDIR}/$$lang; \
OpenPOWER on IntegriCloud