diff options
author | eik <eik@FreeBSD.org> | 2004-03-11 18:46:58 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-11 18:46:58 +0800 |
commit | c85898f1cb762db96f0c86f4c5e5dbb03ec66c4a (patch) | |
tree | 9cdc23014173520f277fbaa07e14bdf9df2f4bf9 | |
parent | bb7dfc2abee9bc029f02197b0f1d1eb2971c5b7c (diff) | |
download | freebsd-ports-gnome-c85898f1cb762db96f0c86f4c5e5dbb03ec66c4a.tar.gz freebsd-ports-gnome-c85898f1cb762db96f0c86f4c5e5dbb03ec66c4a.tar.zst freebsd-ports-gnome-c85898f1cb762db96f0c86f4c5e5dbb03ec66c4a.zip |
Use all Sourceforge mirrors (MASTER_SITE_SOURCEFORGE_EXTENDED)
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
PR: 63861
-rw-r--r-- | games/gnocatan/Makefile | 2 | ||||
-rw-r--r-- | games/pioneers/Makefile | 2 | ||||
-rw-r--r-- | misc/vifm/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index cdffd8988f88..408cc68b4827 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnocatan PORTVERSION= 0.8.1.16 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sw@gegenunendlich.de diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index cdffd8988f88..408cc68b4827 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnocatan PORTVERSION= 0.8.1.16 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sw@gegenunendlich.de diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile index f433fcf9b64e..e364421108e7 100644 --- a/misc/vifm/Makefile +++ b/misc/vifm/Makefile @@ -9,7 +9,7 @@ PORTNAME= vifm PORTVERSION= 0.2a PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= vifm MAINTAINER= sw@gegenunendlich.de |