aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-03-19 22:24:48 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-03-19 22:24:48 +0000
commitf43a065a65a1e2d555234b6e98eeaa397f7c1764 (patch)
treeb4dbd8aa09a7c5a73a13e8a98775ad7e85bb1677 /gnu/usr.bin/man
parentb991deaa1701f5a66f19ff0e1d204aa652e03fe4 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man')
-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 15672d531097..e6d32a040fdf 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 ea9c4e450ba0..132425581d02 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