svn commit: r369912 - head/benchmarks/sysbench

Tijl Coosemans tijl at FreeBSD.org
Fri Oct 3 15:46:46 UTC 2014


Author: tijl
Date: Fri Oct  3 15:46:45 2014
New Revision: 369912
URL: https://svnweb.freebsd.org/changeset/ports/369912
QAT: https://qat.redports.org/buildarchive/r369912/

Log:
  Convert to USES=autoreconf

Modified:
  head/benchmarks/sysbench/Makefile

Modified: head/benchmarks/sysbench/Makefile
==============================================================================
--- head/benchmarks/sysbench/Makefile	Fri Oct  3 15:40:31 2014	(r369911)
+++ head/benchmarks/sysbench/Makefile	Fri Oct  3 15:46:45 2014	(r369912)
@@ -17,8 +17,7 @@ COMMENT=	Modular, cross-platform, and mu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/sysbench
@@ -38,8 +37,4 @@ PGSQL_CONFIGURE_ON=	--with-pgsql
 PGSQL_CONFIGURE_OFF=	--with-pgsql=no
 PGSQL_USE=		PGSQL=yes
 
-post-configure:
-	@${REINPLACE_CMD} -e 's/^program_transform_name/#/' \
-		${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list