diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-28 03:12:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-28 03:12:52 +0800 |
commit | 866786d49eac0d0b4d646ec1467234ca298a9895 (patch) | |
tree | f3df4686438506281bb3281729843aa23945cc8f /sysutils | |
parent | c34be89c542e40d283fb186418d48135f230a977 (diff) | |
download | freebsd-ports-gnome-866786d49eac0d0b4d646ec1467234ca298a9895.tar.gz freebsd-ports-gnome-866786d49eac0d0b4d646ec1467234ca298a9895.tar.zst freebsd-ports-gnome-866786d49eac0d0b4d646ec1467234ca298a9895.zip |
Support stage
Diffstat (limited to 'sysutils')
-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> |