diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-07-11 06:04:47 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-07-11 06:04:47 +0000 |
commit | b4e75e0562783ad763e68a8abf584b6d3eef084b (patch) | |
tree | f357dd2a6b9890b8a87fe898d03e44cfb44fc353 /www/squidtimes | |
parent | 9e27d8118621eb6fa04f7ce8cc68c2f59cbc8ead (diff) | |
download | ports-b4e75e0562783ad763e68a8abf584b6d3eef084b.tar.gz ports-b4e75e0562783ad763e68a8abf584b6d3eef084b.zip |
Correct MASTER_SITES.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=138886
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 7ac49fc636c8..019cebd289b8 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= |