summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/info/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/share/info/Makefile b/share/info/Makefile
index 0360a58..b8d9e73 100644
--- a/share/info/Makefile
+++ b/share/info/Makefile
@@ -1,15 +1,16 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
NOOBJ= noobj
all clean cleandir depend lint tags:
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
- ${DESTDIR}${BINDIR}/info/dir-tmpl
- if [ ! -f ${DESTDIR}${BINDIR}/info/dir ]; then \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
- ${DESTDIR}${BINDIR}/info/dir ; \
- fi
+ ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \
+ ${DESTDIR}${INFODIR}/dir-tmpl
+.if !exists(${DESTDIR}${INFODIR}/dir)
+ ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
+ dir-tmpl ${DESTDIR}${INFODIR}/dir
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud