aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>1999-08-27 08:43:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>1999-08-27 08:43:58 +0000
commit43faa6dff6bc57597c53c7e8dfdeb4c1909a0f53 (patch)
tree89194375fd3992d27e6daf931dcfc3cc5b170e2b /gnu
parent08bf4f641e457b3faeb06d25958471d84df4839c (diff)
downloadsrc-43faa6dff6bc57597c53c7e8dfdeb4c1909a0f53.tar.gz
src-43faa6dff6bc57597c53c7e8dfdeb4c1909a0f53.zip
Don't install /etc/manpath.config.sample.
Notes
Notes: svn path=/head/; revision=50443
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>