aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/makewhatis
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
commitb9ad8c8635daa61851dae229097979424d740268 (patch)
tree178a5a1ffa82cf2818bc0bd4597d50e5443f763f /gnu/usr.bin/man/makewhatis
parent86aca2117b3c790edc0943c2d3022bebb70d5cfd (diff)
downloadsrc-b9ad8c8635daa61851dae229097979424d740268.tar.gz
src-b9ad8c8635daa61851dae229097979424d740268.zip
beforeinstall -> SCRIPTS.
Notes
Notes: svn path=/head/; revision=75286
Diffstat (limited to 'gnu/usr.bin/man/makewhatis')
-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 d1960031dc4c..73eb9e09814b 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>