summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-05-22 19:38:04 +0000
committerhoek <hoek@FreeBSD.org>1999-05-22 19:38:04 +0000
commit1dea181fa6ac7bb1b60556443d481ad036416953 (patch)
tree40f3067c30cfd0effc11a9a50a67344bc9dc6aa4 /gnu
parent0ff387396e738dc73c44daeab2659be2154ed750 (diff)
downloadFreeBSD-src-1dea181fa6ac7bb1b60556443d481ad036416953.zip
FreeBSD-src-1dea181fa6ac7bb1b60556443d481ad036416953.tar.gz
Use BINOWN and BINGRP (some people do change these...)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index e8d3bf6..e926167 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -18,7 +18,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- ${INSTALL} -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config \
- ${DESTDIR}${manpath_config_file}.sample
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644
+ ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud