summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-17 12:50:36 +0000
committerjkh <jkh@FreeBSD.org>1994-05-17 12:50:36 +0000
commitacccd62b1384d07c87f1480dd85457535bda3bb9 (patch)
treeb30ac9fda696a10c7742f805172d40f905531774 /gnu/usr.bin
parentf2d5e9a493ad1edcf1c4a4cd802fdb6953c45222 (diff)
downloadFreeBSD-src-acccd62b1384d07c87f1480dd85457535bda3bb9.zip
FreeBSD-src-acccd62b1384d07c87f1480dd85457535bda3bb9.tar.gz
Stop toasting folks' /etc/manpath.config files.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index c86bf1b..6b6bfbb 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -25,6 +25,6 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}
+ install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud