diff options
| -rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 8a71f117bf9d..2c88f3b856cb 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> |
