Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 23:38:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338690 - head/archivers/torrentzip
Message-ID:  <201401042338.s04NcJqp060427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401042338.s04NcJqp060427>