diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 21:14:23 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 21:14:23 +0000 |
commit | 17c663c22b98664e6c180958cfeed604bb47f71d (patch) | |
tree | ad0659a87a41a535fa8235c646e846953270a96c | |
parent | Add nc6 0.2.p3, netcat 6 is a netcat clone with IPv6 support. (diff) |
Add another master sites
Requested by: maintainer
Notes
Notes:
svn path=/head/; revision=62301
-rw-r--r-- | devel/varconf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 178740cbf648..d8d2109c8546 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -8,7 +8,11 @@ PORTNAME= varconf PORTVERSION= 0.5.2 CATEGORIES= devel -MASTER_SITES= ftp://victor.worldforge.org/pub/worldforge/libs/varconf/ +MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \ + http://purple.worldforge.org/wf/downloads/libs/varconf/ \ + http://grimicus.dyndns.org:8080/%SUBDIR%/ \ + ftp://ftp.fr.gnome.org/%SUBDIR%/ +MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf MAINTAINER= lehmann@ans-netz.de |