aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-19 12:15:26 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-19 12:15:26 +0000
commitfff5c0edec932afedd7b172af5ce8b627ebef653 (patch)
treed258de4c8950e33989f09707206c59c3b5c389b6 /net-p2p
parentd8887e8ec3954ab9c9bbf7d5fd00776ec6e62d5b (diff)
downloadports-fff5c0edec932afedd7b172af5ce8b627ebef653.tar.gz
ports-fff5c0edec932afedd7b172af5ce8b627ebef653.zip
Use included script to generate configure because it does more than
USES=autoreconf Reported by: antoine
Notes
Notes: svn path=/head/; revision=384282
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/twister/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile
index d1635785bb9b..04e61dcd7161 100644
--- a/net-p2p/twister/Makefile
+++ b/net-p2p/twister/Makefile
@@ -27,7 +27,7 @@ GH_TAGNAME= v${PORTVERSION}
USE_BDB= yes
WANT_BDB_VER= 48
USE_OPENSSL= yes
-USES= autoreconf gmake iconv libtool
+USES= autoreconf:build gmake iconv libtool
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC=${WRKSRC}/libtorrent
@@ -55,6 +55,9 @@ post-patch:
@${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|' \
${WRKSRC}/share/genbuild.sh
+pre-configure:
+ (cd ${WRKSRC} && ./autotool.sh)
+
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/twisterd ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}