svn commit: r338690 - head/archivers/torrentzip

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 23:38:19 UTC 2014


Author: bapt
Date: Sat Jan  4 23:38:19 2014
New Revision: 338690
URL: http://svnweb.freebsd.org/changeset/ports/338690

Log:
  Support stage

Modified:
  head/archivers/torrentzip/Makefile

Modified: head/archivers/torrentzip/Makefile
==============================================================================
--- head/archivers/torrentzip/Makefile	Sat Jan  4 23:37:36 2014	(r338689)
+++ head/archivers/torrentzip/Makefile	Sat Jan  4 23:38:19 2014	(r338690)
@@ -11,7 +11,6 @@ DISTNAME=	trrntzip_v${PORTVERSION:S/.//}
 MAINTAINER=	swhetzel at gmail.com
 COMMENT=	Efficient way to prepare zipfiles for BitTorrent
 
-NO_STAGE=	yes
 USE_AUTOTOOLS=	aclocal automake autoheader
 AUTOMAKE_ARGS=		-a
 
@@ -23,12 +22,8 @@ PORTDOCS=	README
 run-autotools:: run-autotools-aclocal run-autotools-autoheader \
 		run-autotools-autoconf run-autotools-automake
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
 pre-install:
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list