aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-01-10 18:12:50 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-01-10 18:12:50 +0000
commit43c1db28c75a2523c644c392a407894ce4d3d336 (patch)
tree27e6639d15a4af5cd2f09c46543e3224e0bed8ea /gnu
parentf295740e4db4d25ac7343df79d32a4631ccad8f5 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile19
-rw-r--r--gnu/usr.bin/man/makewhatis/makewhatis.perlbin0 -> 3791 bytes
2 files changed, 3 insertions, 16 deletions
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index 984999508710..ee448cc0cd31 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -1,20 +1,7 @@
-# @(#)Makefile 5.6 (Berkeley) 6/23/90
-
-FILES= makewhatis
NOMAN= noman
-CLEANFILES+= ${FILES}
-
-all: ${FILES}
-
-makewhatis: makewhatis.sh
- sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' \
- -e 's,%compext%,${compext},' \
- -e 's,%zcat%,${zcat},' \
- ${.CURDIR}/${.TARGET}.sh > ${.TARGET}
-
-install:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${FILES} ${DESTDIR}${BINDIR}
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.perl b/gnu/usr.bin/man/makewhatis/makewhatis.perl
new file mode 100644
index 000000000000..4a1c15875a53
--- /dev/null
+++ b/gnu/usr.bin/man/makewhatis/makewhatis.perl
Binary files differ