diff options
author | ru <ru@FreeBSD.org> | 1999-08-27 08:43:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-08-27 08:43:58 +0000 |
commit | 5fed2c0cfaaffe1d38a13d51a5dc16c761deb174 (patch) | |
tree | 0bb69112bf1da486555ea43ce0f31b5d0b4d140f | |
parent | f998391e21937fbe8f4e158a3c6a9dacfdd90715 (diff) | |
download | FreeBSD-src-5fed2c0cfaaffe1d38a13d51a5dc16c761deb174.zip FreeBSD-src-5fed2c0cfaaffe1d38a13d51a5dc16c761deb174.tar.gz |
Don't install /etc/manpath.config.sample.
-rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 05ebcd2..eb77646 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> |