From 8ff2c7f825d890739c12d394fa8b8b60e30a4517 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 3 Nov 2003 07:37:36 +0000 Subject: Optimize retrieval of sources by using groups --- net/pathchar/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net/pathchar') 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 -- cgit