svn commit: r369257 - in head/benchmarks/dkftpbench: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 25 14:18:17 UTC 2014


Author: tijl
Date: Thu Sep 25 14:18:16 2014
New Revision: 369257
URL: http://svnweb.freebsd.org/changeset/ports/369257
QAT: https://qat.redports.org/buildarchive/r369257/

Log:
  Patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLS

Deleted:
  head/benchmarks/dkftpbench/files/patch-Makefile.am
Modified:
  head/benchmarks/dkftpbench/Makefile

Modified: head/benchmarks/dkftpbench/Makefile
==============================================================================
--- head/benchmarks/dkftpbench/Makefile	Thu Sep 25 14:16:38 2014	(r369256)
+++ head/benchmarks/dkftpbench/Makefile	Thu Sep 25 14:18:16 2014	(r369257)
@@ -13,8 +13,12 @@ COMMENT=	FTP benchmark program
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake14 autoconf
-
 PLIST_FILES=	bin/dkftpbench
 
+post-patch:
+	@${REINPLACE_CMD} \
+		-e '/^noinst_PROGRAMS =/s/=.*/=/' \
+		-e '/^lib_LIBRARIES =/s/=.*/=/' \
+		${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list