diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-10-22 13:50:10 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-10-22 13:50:10 +0000 |
commit | 4e0edbca620e3066faba355dc0386c162d982f23 (patch) | |
tree | e23e80872bf83feeec238ba24b2a64fc28adbd0b /benchmarks | |
parent | Add another reference to clamav -- arbitrary code execution and DoS (diff) |
- Add ${MASTER_SITE_LOCAL} to the list of master sites.
- portlint -a cleanups.
Notes
Notes:
svn path=/head/; revision=146122
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbs/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/dbs/pkg-plist | 16 |
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%% |