summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>1999-09-02 09:14:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>1999-09-02 09:14:39 +0000
commit7b1a78f56028e71ad0cd69a3e18b95419fd7b358 (patch)
treec6faca0dc3ca9f42ca76c55fb5b6f5a8b2f3100a /gnu
parentf7971cd3e786f932016c230debcfc68ca87548f6 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 05ebcd296f39..eb77646d3282 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -17,8 +17,4 @@ ${MAN1}: ${.CURDIR}/manpath.man
-e 's,%manpath_config_file%,${manpath_config_file},' \
${.CURDIR}/manpath.man > ${MAN1}
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
-
.include <bsd.prog.mk>