aboutsummaryrefslogtreecommitdiff
path: root/archivers/torrentzip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 23:38:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 23:38:19 +0000
commit3334a81fc73525bb985188a37c02bb87841f8e00 (patch)
tree6a328995cafae49beadd7ba90fb0c89a00ff1bf1 /archivers/torrentzip
parent9228ef1c1ee348fe7d87b22a14b07602ce6fadf0 (diff)
Notes
Diffstat (limited to 'archivers/torrentzip')
-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>