diff options
author | petef <petef@FreeBSD.org> | 2002-12-09 02:39:10 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-12-09 02:39:10 +0800 |
commit | 13e68f1c7054ffbfc2c604a2ee90a5b3c8388e09 (patch) | |
tree | 6e397c9a76373afa6a8f7de09a869c19f0b62d83 /www/mod_cvs | |
parent | 990f9c1cc1f2e4e9c3de20303f7defde054c3ef9 (diff) | |
download | freebsd-ports-gnome-13e68f1c7054ffbfc2c604a2ee90a5b3c8388e09.tar.gz freebsd-ports-gnome-13e68f1c7054ffbfc2c604a2ee90a5b3c8388e09.tar.zst freebsd-ports-gnome-13e68f1c7054ffbfc2c604a2ee90a5b3c8388e09.zip |
Host the distfile locally until the author has time to fix the
main FTP site, and get the backup one updated.
Diffstat (limited to 'www/mod_cvs')
-rw-r--r-- | www/mod_cvs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile index a6fa3c529704..dbcb0300c37d 100644 --- a/www/mod_cvs/Makefile +++ b/www/mod_cvs/Makefile @@ -8,8 +8,10 @@ PORTNAME= mod_cvs PORTVERSION= 0.5 CATEGORIES= www -MASTER_SITES= ftp://ftp.sub.nu/pub/mod_cvs/ \ +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 MAINTAINER= petef@FreeBSD.org |