diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:12:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:12:52 +0000 |
commit | 63a65f31d2a9cf265c976c7359c7d4c9ec8e7968 (patch) | |
tree | f3df4686438506281bb3281729843aa23945cc8f /sysutils/xstow | |
parent | 540755c91e4be797c72a253352c71f55c6932275 (diff) |
Notes
Diffstat (limited to 'sysutils/xstow')
-rw-r--r-- | sysutils/xstow/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index cc7e6aef193d..c08ae2479a0d 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -16,16 +16,15 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-debug .endif -PLIST_FILES= bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow -MAN1= merge-info.1 xstow.1 -MAN5= xstow.ini.5 +PLIST_FILES= bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow \ + man/man1/merge-info.1.gz man/man1/xstow.1.gz \ + man/man5/xstow.ini.5.gz # This port always installs documentation, so we cannot respect NOPORTDOCS PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html -NO_STAGE= yes post-install: (cd ${WRKSRC} && \ - ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${DOCSDIR}) + ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |