diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-18 14:13:40 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-18 14:13:40 +0000 |
commit | b77638324ce3784fa775774e50529367e5f7b1a8 (patch) | |
tree | ee92ee91b10a1fa1268c8a9140b723e0d3d0e595 /x11-toolkits | |
parent | 5cfa0c52f24ec1952d0cb97ab4fac14e56768d39 (diff) | |
download | FreeBSD-ports-b77638324ce3784fa775774e50529367e5f7b1a8.zip FreeBSD-ports-b77638324ce3784fa775774e50529367e5f7b1a8.tar.gz |
- Temp add MASTER_SITE_LOCAL to MASTER_SITES
I can only fetch 14% from the main gnome ftp and no other gnome mirror
has it as of 10:10EST
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index e77080c..8a2af41 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -8,9 +8,11 @@ PORTNAME= gtkmm PORTVERSION= 2.6.3 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ +MASTER_SITES= ${MASTER_SITE_LOCAL}:loc \ + ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} \ +MASTER_SITE_SUBDIR= ahze \ + sources/${PORTNAME}/${PORTVERSION:R} \ gtkmm DIST_SUBDIR= gnome2 |