From 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd Mon Sep 17 00:00:00 2001 From: tijl Date: Sat, 18 Apr 2015 15:14:57 +0000 Subject: Convert to USES=autoreconf --- net-im/tox/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'net-im') 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} -- cgit