From 309c205212ba24d77e6d8111b2f8b322a39ff4ed Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Jan 1995 19:05:12 +0000 Subject: [PATCH] afterinstall --> beforeinstall to make LINKS work --- gnu/usr.bin/groff/tmac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; \