summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-04-13 19:54:43 +0000
committerats <ats@FreeBSD.org>1994-04-13 19:54:43 +0000
commitf4fef7d4f51b9875293d493fb7baa020657997a3 (patch)
treeeb8d7e036520744be306a014db8750120969152c /gnu/usr.bin/man
parentf066d3fd23b7f1f18f22bce7ed147f92b85557fe (diff)
downloadFreeBSD-src-f4fef7d4f51b9875293d493fb7baa020657997a3.zip
FreeBSD-src-f4fef7d4f51b9875293d493fb7baa020657997a3.tar.gz
Changed the Makefiles for catman and makewhatis that the output from the
sed goes into an obj dir, if it exists, instead of the src dir.
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r--gnu/usr.bin/man/catman/Makefile4
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/catman/Makefile b/gnu/usr.bin/man/catman/Makefile
index e6d32a0..f4bd03f 100644
--- a/gnu/usr.bin/man/catman/Makefile
+++ b/gnu/usr.bin/man/catman/Makefile
@@ -3,7 +3,7 @@ CLEANFILES= catman
beforeinstall: catman
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/catman ${DESTDIR}${BINDIR}
+ catman ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>
@@ -11,5 +11,5 @@ catman: catman.sh
sed -e 's,%compress%,${compress},' \
-e 's,%compext%,${compext},' \
-e 's,%zcat%,${zcat},' \
- ${.CURDIR}/catman.sh > ${.CURDIR}/catman
+ ${.CURDIR}/catman.sh > catman
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index 1324255..bd14975 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -5,7 +5,7 @@ CLEANFILES= makewhatis
beforeinstall: makewhatis
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/makewhatis ${DESTDIR}${BINDIR}
+ makewhatis ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>
@@ -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 > ${.CURDIR}/makewhatis
+ ${.CURDIR}/makewhatis.sh > makewhatis
OpenPOWER on IntegriCloud