diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 52bb90be9361..40cf8cc68702 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -1,34 +1,29 @@ # Created by: swhetzel@gmail.com # $FreeBSD$ PORTNAME= torrentzip PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION} 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 WRKSRC= ${WRKDIR}/trrntzip PLIST_FILES= bin/trrntzip PORTDOCS= README run-autotools:: run-autotools-aclocal run-autotools-autoheader \ run-autotools-autoconf run-autotools-automake -.include - -.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