aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/twister
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-19 20:15:26 +0800
committertijl <tijl@FreeBSD.org>2015-04-19 20:15:26 +0800
commitb707b14a7785988b115afebff471fa342c9ab78a (patch)
treed258de4c8950e33989f09707206c59c3b5c389b6 /net-p2p/twister
parenta87f0a3bb18a1e1fffc0ed8f38d332af7422961a (diff)
downloadfreebsd-ports-gnome-b707b14a7785988b115afebff471fa342c9ab78a.tar.gz
freebsd-ports-gnome-b707b14a7785988b115afebff471fa342c9ab78a.tar.zst
freebsd-ports-gnome-b707b14a7785988b115afebff471fa342c9ab78a.zip
Use included script to generate configure because it does more than
USES=autoreconf Reported by: antoine
Diffstat (limited to 'net-p2p/twister')
-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}