diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
commit | 8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f (patch) | |
tree | 0a1d58bfb6ed1d591adb7820496e364a30711dbb /www/mod_cvs | |
parent | 3003a0b5cdc0f2250679af1bb121ee2357e63386 (diff) | |
download | freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.gz freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.zst freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.zip |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator
Diffstat (limited to 'www/mod_cvs')
-rw-r--r-- | www/mod_cvs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile index 37bdf8dcafc9..5a1585177e88 100644 --- a/www/mod_cvs/Makefile +++ b/www/mod_cvs/Makefile @@ -8,10 +8,7 @@ PORTNAME= mod_cvs PORTVERSION= 0.5 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.sub.nu/pub/mod_cvs/ \ - ftp://ftp.isk.kth.se/pub/people/main/mod_cvs/ -MASTER_SITE_SUBDIR= petef +MASTER_SITES= http://resare.com/noa/mod_cvs/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= A module that makes Apache CVS aware |