aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-10-22 21:50:10 +0800
committerjkoshy <jkoshy@FreeBSD.org>2005-10-22 21:50:10 +0800
commite6abdc5f02b52683d8b6eaa46d81ba7c5302d593 (patch)
treea85337473659c2357c649d27d743df4bcfbe17f6
parentd47229dc45697cc8e91087fa3bc11dad53c9a896 (diff)
downloadfreebsd-ports-gnome-e6abdc5f02b52683d8b6eaa46d81ba7c5302d593.tar.gz
freebsd-ports-gnome-e6abdc5f02b52683d8b6eaa46d81ba7c5302d593.tar.zst
freebsd-ports-gnome-e6abdc5f02b52683d8b6eaa46d81ba7c5302d593.zip
- Add ${MASTER_SITE_LOCAL} to the list of master sites.
- portlint -a cleanups.
-rw-r--r--benchmarks/dbs/Makefile4
-rw-r--r--benchmarks/dbs/pkg-plist16
2 files changed, 11 insertions, 9 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index fc3f5d03ff75..84e720a1a1d9 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -8,7 +8,9 @@
PORTNAME= dbs
PORTVERSION= 1.1.5
CATEGORIES= benchmarks
-MASTER_SITES= http://www.kusa.ac.jp/~yukio-m/dbs/software1.1.5/
+MASTER_SITES= http://www.kusa.ac.jp/~yukio-m/dbs/software1.1.5/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= jkoshy
MAINTAINER= jkoshy@freebsd.org
COMMENT= A distributed network benchmarking system
diff --git a/benchmarks/dbs/pkg-plist b/benchmarks/dbs/pkg-plist
index 692d87b761c4..c84214ca4dc2 100644
--- a/benchmarks/dbs/pkg-plist
+++ b/benchmarks/dbs/pkg-plist
@@ -1,11 +1,11 @@
bin/dbs_view
bin/dbsc
bin/dbsd
-%%DOCSDIR%%/Copyright
-%%DOCSDIR%%/dbs.man
-%%DOCSDIR%%/dbs.man.jis
-%%DOCSDIR%%/dbs_paper.ps
-share/examples/dbs/TCP2.cmd
-share/examples/dbs/TCPvsMPEG.cmd
-@dirrm %%DOCSDIR%%
-@dirrm share/examples/dbs
+%%PORTDOCS%%%%DOCSDIR%%/Copyright
+%%PORTDOCS%%%%DOCSDIR%%/dbs.man
+%%PORTDOCS%%%%DOCSDIR%%/dbs.man.jis
+%%PORTDOCS%%%%DOCSDIR%%/dbs_paper.ps
+%%EXAMPLESDIR%%/TCP2.cmd
+%%EXAMPLESDIR%%/TCPvsMPEG.cmd
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%EXAMPLESDIR%%