diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 07:54:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 07:54:48 +0000 |
commit | a8c92741e95bb8e2496b4170bcef425b830ab7cb (patch) | |
tree | bef406e3992db6b00b4fb3bafef7ae012f1c0026 /www | |
parent | 25cc9f0f588812404ad1f8a9730a44ce4adc4daf (diff) |
- Add MASTER_SITE_LOCAL to MASTER_SITES since cvs.nvu.com seems to be slow alot
Notes
Notes:
svn path=/head/; revision=123695
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 4 | ||||
-rw-r--r-- | www/nvu/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 2af901fbffa1..6670299e5bae 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -8,7 +8,9 @@ PORTNAME= nvu PORTVERSION= 0.60 CATEGORIES= www -MASTER_SITES= http://cvs.nvu.com/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://cvs.nvu.com/download/ +MASTER_SITE_SUBDIR= ahze DISTNAME= ${PORTNAME}-${PORTVERSION}-sources MAINTAINER= ahze@FreeBSD.org diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 2af901fbffa1..6670299e5bae 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -8,7 +8,9 @@ PORTNAME= nvu PORTVERSION= 0.60 CATEGORIES= www -MASTER_SITES= http://cvs.nvu.com/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://cvs.nvu.com/download/ +MASTER_SITE_SUBDIR= ahze DISTNAME= ${PORTNAME}-${PORTVERSION}-sources MAINTAINER= ahze@FreeBSD.org |