1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-04 23:38:19 +00:00
parent 9228ef1c1e
commit 3334a81fc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338690

View File

@ -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>