diff options
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 |