summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/makewhatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/makewhatis/Makefile')
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index d196003..73eb9e0 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -1,18 +1,12 @@
# $FreeBSD$
MAINTAINER= wosch
+SCRIPTS=makewhatis.perl makewhatis.local.sh
MAN= makewhatis.1 makewhatis.local.8
-MLINKS= makewhatis.local.8 catman.local.8
libexecdir=/usr/libexec
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/makewhatis.local.sh \
- ${DESTDIR}${libexecdir}/makewhatis.local
-
+SCRIPTSDIR_makewhatis.local.sh= ${libexecdir}
+MLINKS= makewhatis.local.8 catman.local.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud