diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 18:15:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 18:15:52 +0000 |
commit | ec1a814bffa9103095f44565e055393703290efa (patch) | |
tree | ebb6f935bb6c0fd7773560f0052a7027923bc083 /www/mod_fastcgi | |
parent | 5321e508d12d19f6bf75f1c228612f37063b489f (diff) | |
download | ports-ec1a814bffa9103095f44565e055393703290efa.tar.gz ports-ec1a814bffa9103095f44565e055393703290efa.zip |
Notes
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r-- | www/mod_fastcgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile index ff54e3262e57..2ca700a853d2 100644 --- a/www/mod_fastcgi/Makefile +++ b/www/mod_fastcgi/Makefile @@ -8,8 +8,8 @@ PORTNAME= mod_fastcgi PORTVERSION= 2.2.12 CATEGORIES= www -MASTER_SITES= http://www.fastcgi.com/dist/ -DISTNAME= mod_fastcgi_${PORTVERSION} +MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \ + http://www.fastcgi.com/dist/ MAINTAINER= hollywar@mail.holywar.net |