diff options
author | demon <demon@FreeBSD.org> | 2005-07-11 06:04:47 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-07-11 06:04:47 +0000 |
commit | 7eb8373522cc58c865ba17a78e9b5f94cb1e0cac (patch) | |
tree | b575e61e4298c27f086133355bc4dfe33729c29d /www/squidtimes | |
parent | dc11ede6ad876c3e63d9d8cf43ffcf27a6eaa75f (diff) | |
download | FreeBSD-ports-7eb8373522cc58c865ba17a78e9b5f94cb1e0cac.zip FreeBSD-ports-7eb8373522cc58c865ba17a78e9b5f94cb1e0cac.tar.gz |
Correct MASTER_SITES.
Noticed by: kris
Diffstat (limited to 'www/squidtimes')
-rw-r--r-- | www/squidtimes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squidtimes/Makefile b/www/squidtimes/Makefile index 7ac49fc..019cebd 100644 --- a/www/squidtimes/Makefile +++ b/www/squidtimes/Makefile @@ -8,9 +8,7 @@ PORTNAME= squidtimes PORTVERSION= 1.12 CATEGORIES= www -MASTER_SITES= http://www.cineca.it/~nico/binaries/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= billf +MASTER_SITES= http://people.freebsd.org/~demon/distfiles/ DISTNAME= squidtimes-1.12-freebsd.bin EXTRACT_SUFX= |