diff options
-rw-r--r-- | sysutils/xstow/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xstow/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index c08ae2479a0d..159c057ad985 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xstow -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/ @@ -16,13 +16,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-debug .endif -PLIST_FILES= bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow \ +PLIST_FILES= bin/merge-info bin/xstow \ 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 +OPTIONS_DEFINE= DOCS + post-install: (cd ${WRKSRC} && \ ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR}) diff --git a/sysutils/xstow/distinfo b/sysutils/xstow/distinfo index ca2ee5a3567b..dc51498687fe 100644 --- a/sysutils/xstow/distinfo +++ b/sysutils/xstow/distinfo @@ -1,2 +1,2 @@ -SHA256 (xstow-1.0.0.tar.bz2) = 0109f10fb25a474803ec357a38c17d806dd9a21eac39b21d79b48c2af571c0fe -SIZE (xstow-1.0.0.tar.bz2) = 153206 +SHA256 (xstow-1.0.1.tar.bz2) = b25279134689519c15fa5caea3d437c0e8c49d9cfa0c91cc45fb842025b1bf35 +SIZE (xstow-1.0.1.tar.bz2) = 153530 |