summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/catman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/catman/Makefile')
-rw-r--r--gnu/usr.bin/man/catman/Makefile4
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud