aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-05 07:38:19 +0800
committerbapt <bapt@FreeBSD.org>2014-01-05 07:38:19 +0800
commit24561e31331927221bcf5442be4516ab833c0e4f (patch)
tree6a328995cafae49beadd7ba90fb0c89a00ff1bf1 /archivers
parent1f0980c7de364b8e1952eb3f3edda0ab667e90c4 (diff)
downloadfreebsd-ports-gnome-24561e31331927221bcf5442be4516ab833c0e4f.tar.gz
freebsd-ports-gnome-24561e31331927221bcf5442be4516ab833c0e4f.tar.zst
freebsd-ports-gnome-24561e31331927221bcf5442be4516ab833c0e4f.zip
Support stage
Diffstat (limited to 'archivers')
-rw-r--r--archivers/torrentzip/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile
index 52bb90be9361..40cf8cc68702 100644
--- a/archivers/torrentzip/Makefile
+++ b/archivers/torrentzip/Makefile
@@ -11,7 +11,6 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
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>