aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 14:07:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 14:07:27 +0000
commit0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee (patch)
tree7fec9cc914a4b74fa83fc0bed32c36bf73f4ab7b /benchmarks/sipp
parenta826c41d7fd2decff44642d6884ac1d2de16c896 (diff)
downloadports-0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee.tar.gz
ports-0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee.zip
Clean up some now useless PLIST_DIRS*
Notes
Notes: svn path=/head/; revision=375007
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 2a8932727202..6c18dd6a4983 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -45,9 +45,6 @@ PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1.pcap dtmf_2833_2.pcap \
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