svn commit: r337781 - head/sysutils/xstow

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 19:12:53 UTC 2013


Author: bapt
Date: Fri Dec 27 19:12:52 2013
New Revision: 337781
URL: http://svnweb.freebsd.org/changeset/ports/337781

Log:
  Support stage

Modified:
  head/sysutils/xstow/Makefile

Modified: head/sysutils/xstow/Makefile
==============================================================================
--- head/sysutils/xstow/Makefile	Fri Dec 27 19:11:29 2013	(r337780)
+++ head/sysutils/xstow/Makefile	Fri Dec 27 19:12:52 2013	(r337781)
@@ -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>


More information about the svn-ports-head mailing list