diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 07:37:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 07:37:36 +0000 |
commit | 73ac7dee38fa986ae3045c8abc943629ebe8c7ba (patch) | |
tree | 6216a03a908bb5aedf9631255393538df6fcd7e1 /net/pathchar/Makefile | |
parent | 1492eb5e4b8ac70052460e5b2fb94602ab14ddcf (diff) | |
download | ports-73ac7dee38fa986ae3045c8abc943629ebe8c7ba.tar.gz ports-73ac7dee38fa986ae3045c8abc943629ebe8c7ba.zip |
Optimize retrieval of sources by using groups
Notes
Notes:
svn path=/head/; revision=92932
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 6d5664ca473e..7572d94a9c9e 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -9,14 +9,14 @@ PORTNAME= pathchar PORTVERSION= a1 CATEGORIES= net -MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ - http://www.caida.org/tools/utilities/others/pathchar/ \ - http://sitka.triumf.ca/net/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= obrien +MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/:lbl \ + http://www.caida.org/tools/utilities/others/pathchar/:caida \ + http://sitka.triumf.ca/net/:sitka \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= obrien/:local DISTNAME= pathchar-a1-freebsd-3.0 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ - pathchar.mantxt +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:lbl pathcharnotes.html:caida,local \ + pathchar.8:local pathchar.mantxt:sitka,local MAINTAINER= ports@FreeBSD.org COMMENT= LBNL Internet path characterization tool |