summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-03-19 22:24:48 +0000
committerjkh <jkh@FreeBSD.org>1994-03-19 22:24:48 +0000
commit7055d6c2f1f0e983d3685de315ab9022e8116611 (patch)
treeb4dbd8aa09a7c5a73a13e8a98775ad7e85bb1677 /gnu/usr.bin
parentfd2442d4549a33a91a24f4437a25c7818d51bc1e (diff)
downloadFreeBSD-src-7055d6c2f1f0e983d3685de315ab9022e8116611.zip
FreeBSD-src-7055d6c2f1f0e983d3685de315ab9022e8116611.tar.gz
Correct pre-installation target.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/man/catman/Makefile2
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/catman/Makefile b/gnu/usr.bin/man/catman/Makefile
index 15672d5..e6d32a0 100644
--- a/gnu/usr.bin/man/catman/Makefile
+++ b/gnu/usr.bin/man/catman/Makefile
@@ -11,5 +11,5 @@ catman: catman.sh
sed -e 's,%compress%,${compress},' \
-e 's,%compext%,${compext},' \
-e 's,%zcat%,${zcat},' \
- ${.CURDIR}/catman.sh > catman
+ ${.CURDIR}/catman.sh > ${.CURDIR}/catman
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index ea9c4e4..1324255 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -13,5 +13,5 @@ makewhatis: makewhatis.sh
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' \
-e 's,%zcat%,${zcat},' \
-e 's,%compext%,${compext},' \
- ${.CURDIR}/makewhatis.sh > makewhatis
+ ${.CURDIR}/makewhatis.sh > ${.CURDIR}/makewhatis
OpenPOWER on IntegriCloud