diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-18 00:26:21 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-18 00:26:21 +0000 |
commit | 217f6f397b0a9e44a806ef74dea7a54178242d00 (patch) | |
tree | 217d6c5ab4ffee067d1212d52ffcc30e03706996 /usr.bin | |
parent | 2bf18fe55d769c4c355c1ca0a294cff3996989bb (diff) | |
download | FreeBSD-src-217f6f397b0a9e44a806ef74dea7a54178242d00.zip FreeBSD-src-217f6f397b0a9e44a806ef74dea7a54178242d00.tar.gz |
Fix installation of makewhatis.local(1) since r283777.
The wrapper script has moved to libexec/makewhatis.local since it is not
directlry related to the older makewhatis(1) utility that has been replaced
by the usr.bin/mandoc version.
Reported by: vangyzen
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/makewhatis/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 1010949..9530bca 100644 --- a/usr.bin/makewhatis/Makefile +++ b/usr.bin/makewhatis/Makefile @@ -2,10 +2,5 @@ PROG= makewhatis LIBADD= z -SCRIPTS= makewhatis.local.sh -MAN= makewhatis.1 makewhatis.local.8 -SCRIPTSDIR= ${LIBEXECDIR} -LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local -MLINKS= makewhatis.local.8 catman.local.8 .include <bsd.prog.mk> |