diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 37acb2cca10f..dfc89b5b3a0e 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -20,7 +20,7 @@ STRIPFILES= tmac.e tmac.s tmac.doc tmac.doc.old MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms -afterinstall: +beforeinstall: for f in ${FILES}; do \ install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \