diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-29 04:01:55 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-29 04:01:55 +0800 |
commit | 989fa03a4a7fd3799c8eec7d61312cce31e16075 (patch) | |
tree | 091b30d9166ff7fe84e51ea851d185bcc5971233 /www/http-analyze | |
parent | 2c2fd2d33bfa407a5099269c92d7cfd49ed33732 (diff) | |
download | freebsd-ports-gnome-989fa03a4a7fd3799c8eec7d61312cce31e16075.tar.gz freebsd-ports-gnome-989fa03a4a7fd3799c8eec7d61312cce31e16075.tar.zst freebsd-ports-gnome-989fa03a4a7fd3799c8eec7d61312cce31e16075.zip |
- Change MASTER_SITES (UnBREAK)
PR: 95734
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu___people.tecnik93.com>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'www/http-analyze')
-rw-r--r-- | www/http-analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index ecb5fab8b70c..a3be0e00d9a9 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -8,7 +8,7 @@ PORTNAME= http-analyze PORTVERSION= 2.01 PORTREVISION= 5 CATEGORIES= www -MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/www/ +MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/others_ports/http-analyze/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= -src.tar.gz |