Date: Wed, 15 Jan 2014 22:41:16 +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: r339839 - head/benchmarks/phoronix-test-suite Message-ID: <201401152241.s0FMfGua063313@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:41:16 2014 New Revision: 339839 URL: http://svnweb.freebsd.org/changeset/ports/339839 QAT: https://qat.redports.org/buildarchive/r339839/ Log: Reduce over inclusion of bsd.port.mk Modified: head/benchmarks/phoronix-test-suite/Makefile Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Wed Jan 15 22:38:21 2014 (r339838) +++ head/benchmarks/phoronix-test-suite/Makefile Wed Jan 15 22:41:16 2014 (r339839) @@ -52,8 +52,6 @@ PLIST_SUB+= BASH_COMPLETIONS="" PLIST_SUB+= BASH_COMPLETIONS="@comment " .endif -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e "s|/share/man/man1|/man/man1|g" ${WRKSRC}/install-sh @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \ @@ -84,4 +82,4 @@ post-install: @${ECHO_MSG} "===> Docs installed in ${DOCSDIR}." .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152241.s0FMfGua063313>