diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-03 15:37:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-03 15:37:36 +0800 |
commit | 8ff2c7f825d890739c12d394fa8b8b60e30a4517 (patch) | |
tree | 4fe5806f328c2cb2cc7e836a20e101b2271862fa /net/pathchar | |
parent | 4f1bfb72593fb8e0e69544f2d0cd74b8e07491ec (diff) | |
download | freebsd-ports-gnome-8ff2c7f825d890739c12d394fa8b8b60e30a4517.tar.gz freebsd-ports-gnome-8ff2c7f825d890739c12d394fa8b8b60e30a4517.tar.zst freebsd-ports-gnome-8ff2c7f825d890739c12d394fa8b8b60e30a4517.zip |
Optimize retrieval of sources by using groups
Diffstat (limited to 'net/pathchar')
-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 |