diff options
author | perky <perky@FreeBSD.org> | 2002-07-02 05:14:23 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-02 05:14:23 +0800 |
commit | a8eaab7fdb70fb8584392f42263731f010438ffd (patch) | |
tree | 998969ae67142ebd9d34976a4edcd9735058685d /devel | |
parent | 56e7cca042a631b0653a49e4e84d62d47a32b97a (diff) | |
download | freebsd-ports-gnome-a8eaab7fdb70fb8584392f42263731f010438ffd.tar.gz freebsd-ports-gnome-a8eaab7fdb70fb8584392f42263731f010438ffd.tar.zst freebsd-ports-gnome-a8eaab7fdb70fb8584392f42263731f010438ffd.zip |
Add another master sites
Requested by: maintainer
Diffstat (limited to 'devel')
-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 |