diff options
author | pav <pav@FreeBSD.org> | 2004-06-29 19:43:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-29 19:43:24 +0800 |
commit | 75a15ddd41256aab4c05bced1fcefd49820af842 (patch) | |
tree | 98dad53e253cae45b2b024df60bbae4791abff43 /net-mgmt | |
parent | 1d8ca4193489223a2a291d7f7007d7a0d35e3b7b (diff) | |
download | freebsd-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/Makefile | 2 |
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 |