svn commit: r339839 - head/benchmarks/phoronix-test-suite

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:41:17 UTC 2014


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>


More information about the svn-ports-all mailing list