- Add ${MASTER_SITE_LOCAL} to the list of master sites.

- portlint -a cleanups.
This commit is contained in:
Joseph Koshy 2005-10-22 13:50:10 +00:00
parent 2289fae663
commit 4e0edbca62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146122
2 changed files with 11 additions and 9 deletions

View file

@ -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

View file

@ -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%%