svn commit: r375007 - in head/benchmarks: fhourstones sipp

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 20 14:07:29 UTC 2014


Author: bapt
Date: Sat Dec 20 14:07:27 2014
New Revision: 375007
URL: https://svnweb.freebsd.org/changeset/ports/375007
QAT: https://qat.redports.org/buildarchive/r375007/

Log:
  Clean up some now useless PLIST_DIRS*

Modified:
  head/benchmarks/fhourstones/Makefile
  head/benchmarks/sipp/Makefile

Modified: head/benchmarks/fhourstones/Makefile
==============================================================================
--- head/benchmarks/fhourstones/Makefile	Sat Dec 20 13:57:20 2014	(r375006)
+++ head/benchmarks/fhourstones/Makefile	Sat Dec 20 14:07:27 2014	(r375007)
@@ -13,7 +13,6 @@ COMMENT=	The Fhourstones Benchmark
 
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/fhourstones lib/fhourstones/SearchGame lib/fhourstones/inputs
-PLIST_DIRS=	lib/fhourstones
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile

Modified: head/benchmarks/sipp/Makefile
==============================================================================
--- head/benchmarks/sipp/Makefile	Sat Dec 20 13:57:20 2014	(r375006)
+++ head/benchmarks/sipp/Makefile	Sat Dec 20 14:07:27 2014	(r375007)
@@ -45,9 +45,6 @@ PCAP_FILES=	dtmf_2833_0.pcap dtmf_2833_1
 		dtmf_2833_9.pcap dtmf_2833_pound.pcap dtmf_2833_star.pcap \
 		g711a.pcap
 
-PLIST_DIRS=	%%DATADIR%%/pcap \
-		%%DATADIR%%
-
 .for f in ${PCAP_FILES}
 PLIST_FILES+=	%%DATADIR%%/pcap/${f}
 .endfor


More information about the svn-ports-head mailing list