aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xstow
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 19:12:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 19:12:52 +0000
commit63a65f31d2a9cf265c976c7359c7d4c9ec8e7968 (patch)
treef3df4686438506281bb3281729843aa23945cc8f /sysutils/xstow
parent540755c91e4be797c72a253352c71f55c6932275 (diff)
Notes
Diffstat (limited to 'sysutils/xstow')
-rw-r--r--sysutils/xstow/Makefile9
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>