diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /net-im | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tox/Makefile | 9 |
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} |