aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-18 15:14:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-18 15:14:57 +0000
commit2f31f6488fc45cfcb998f900f0bb0e7987a6b06e (patch)
treeb61b1965e672cbfbc413084d564e65454bf0286a /net-im/tox
parentf84bddd9c2463df378b01403cde0d0433c25b7dd (diff)
downloadports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.tar.gz
ports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=384229
Diffstat (limited to 'net-im/tox')
-rw-r--r--net-im/tox/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 0bb36c467c84..2415ce87b5f9 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -21,10 +21,9 @@ GH_ACCOUNT= irungentoo
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= a47fad1
-USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS= -a -c -f
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tests
-USES= libtool openal:soft pathfix pkgconfig
+USES= autoreconf libtool openal:soft pathfix pkgconfig
USE_SDL= yes
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
@@ -66,8 +65,8 @@ PID_DIR= /var/run/tox-bootstrapd
PKGMESSAGE= ${PKGDIR}/pkg-message.daemon
.endif
-pre-configure:
- ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac
+post-patch:
+ @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac
post-install:
.if ${PORT_OPTIONS:MDAEMON}