svn commit: r390250 - head/benchmarks/flowgrind
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 16:03:35 UTC 2015
Author: bapt
Date: Sun Jun 21 16:03:34 2015
New Revision: 390250
URL: https://svnweb.freebsd.org/changeset/ports/390250
Log:
Convert to USES=autoreconf
Modified:
head/benchmarks/flowgrind/Makefile
Modified: head/benchmarks/flowgrind/Makefile
==============================================================================
--- head/benchmarks/flowgrind/Makefile Sun Jun 21 15:58:13 2015 (r390249)
+++ head/benchmarks/flowgrind/Makefile Sun Jun 21 16:03:34 2015 (r390250)
@@ -19,7 +19,7 @@ LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/
USE_GITHUB= yes
-USE_AUTOTOOLS= aclocal autoconf
+USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pcap --enable-gsl
@@ -27,7 +27,4 @@ post-patch:
@${RM} -rf ${WRKSRC}/build-aux
@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
-pre-configure:
- cd ${WRKSRC} && ${AUTORECONF} -i
-
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list