From 75a15ddd41256aab4c05bced1fcefd49820af842 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 29 Jun 2004 11:43:24 +0000 Subject: - Install man pages in post-install: instead of pre-install: This fixes installation to clean prefix, mtree was invoked after pre-install: target from port. Reported by: Martin Horcicka --- net-mgmt/flow-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 8bd7f304c87d..926145f08331 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -33,7 +33,7 @@ post-patch: -e 's|@localstatedir@/cfg/|${PREFIX}/etc/flow-tools/|' \ ${WRKSRC}/docs/flow-*.1.in ${WRKSRC}/docs/flow-*.html.in -pre-install: +post-install: .for I in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/docs/${I} ${PREFIX}/man/man1/ .endfor -- cgit