summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-01-26 06:00:40 +0000
committerbde <bde@FreeBSD.org>1995-01-26 06:00:40 +0000
commite536327446dabb73b00054175e04067ef3a0f78c (patch)
treecd0dbe574f9f258ae55b1ae724ba811e6e933b46 /gnu/usr.bin/groff
parentb004a280c776842b2d82b7cf3d66b4c7058be98d (diff)
downloadFreeBSD-src-e536327446dabb73b00054175e04067ef3a0f78c.zip
FreeBSD-src-e536327446dabb73b00054175e04067ef3a0f78c.tar.gz
Install man.local in the correct directory. Apparently everyone is using
the version installed from /usr/share. It's hard to eliminate old versions - few Makefiles have `uninstall' targets and sup/ctm tends to blow away old Makefiles. This Makefile needs more work. Stuff is built at install time...
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index 8a71f11..2c88f3b 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -40,9 +40,9 @@ beforeinstall:
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
temp ${DESTDIR}${MDOCDIR}/$$f; \
done
- -test -f ${DESTDIR}${TMACDIR}/man.local || \
+ test -f ${DESTDIR}${TMACDIR}/man.local || \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
- ${.CURDIR}/man.local ${DESTDIR}${MDOCDIR}
+ ${.CURDIR}/man.local ${DESTDIR}${TMACDIR}
.include "../Makefile.cfg"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud