Date: Thu, 25 Sep 2014 14:18:16 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369257 - in head/benchmarks/dkftpbench: . files Message-ID: <201409251418.s8PEIGKL097830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409251418.s8PEIGKL097830>