1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- 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>
This commit is contained in:
Pav Lucistnik 2004-06-29 11:43:24 +00:00
parent 61ce2e6856
commit cd36858870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112543

View File

@ -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