aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-29 19:43:24 +0800
committerpav <pav@FreeBSD.org>2004-06-29 19:43:24 +0800
commit75a15ddd41256aab4c05bced1fcefd49820af842 (patch)
tree98dad53e253cae45b2b024df60bbae4791abff43 /net-mgmt
parent1d8ca4193489223a2a291d7f7007d7a0d35e3b7b (diff)
downloadfreebsd-ports-gnome-75a15ddd41256aab4c05bced1fcefd49820af842.tar.gz
freebsd-ports-gnome-75a15ddd41256aab4c05bced1fcefd49820af842.tar.zst
freebsd-ports-gnome-75a15ddd41256aab4c05bced1fcefd49820af842.zip
- 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 <martin.horcicka@col.cz>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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