Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 14:07:28 +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: r375007 - in head/benchmarks: fhourstones sipp
Message-ID:  <201412201407.sBKE7S6X037661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201407.sBKE7S6X037661>