Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 16:03:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390250 - head/benchmarks/flowgrind
Message-ID:  <201506211603.t5LG3Y1T034730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211603.t5LG3Y1T034730>