aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.sites.mk4
-rw-r--r--x11-themes/colorstep/Makefile3
-rw-r--r--x11-themes/engradient/Makefile3
-rw-r--r--x11-themes/gtk-Mac2-theme/Makefile3
-rw-r--r--x11-themes/gtkbe/Makefile3
-rw-r--r--x11-themes/gtkstep-pastel/Makefile3
-rw-r--r--x11-toolkits/colorstep/Makefile3
-rw-r--r--x11-toolkits/engradient/Makefile3
-rw-r--r--x11-toolkits/gtk-Mac2-theme/Makefile3
-rw-r--r--x11-toolkits/gtkbe/Makefile3
-rw-r--r--x11-toolkits/gtkstep-pastel/Makefile3
11 files changed, 24 insertions, 10 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 32c0426c05b1..763eacb05f67 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -172,6 +172,10 @@ MASTER_SITE_RUBY+= \
ftp://ftp.krnet.ne.jp/pub/ruby/%SUBDIR%/ \
ftp://mirror.nucba.ac.jp/mirror/ruby/%SUBDIR%/
+MASTER_SITE_THEMES+= \
+ ftp://ftp.themes.org/pub/themes/%SUBDIR%/ \
+ ftp://ftp.tuwien.ac.at/opsys/linux/themes.org/%SUBDIR%/
+
# Where to put distfiles that don't have any other master site
MASTER_SITE_LOCAL?= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile
index 8ece2c9db408..591d3fad87b5 100644
--- a/x11-themes/colorstep/Makefile
+++ b/x11-themes/colorstep/Makefile
@@ -8,7 +8,8 @@
PORTNAME= colorstep
PORTVERSION= 200008190715
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= ColorStep-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile
index 3313238a54b1..aa3293d2eea0 100644
--- a/x11-themes/engradient/Makefile
+++ b/x11-themes/engradient/Makefile
@@ -8,7 +8,8 @@
PORTNAME= engradient
PORTVERSION= 200008151005
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= EnGradient-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile
index a3ec34bb1e24..fa55b76d6ccd 100644
--- a/x11-themes/gtk-Mac2-theme/Makefile
+++ b/x11-themes/gtk-Mac2-theme/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtk-Mac2-theme
PORTVERSION= 200003050858
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= Mac2-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile
index ba9143f1a004..83c5ecc1320d 100644
--- a/x11-themes/gtkbe/Makefile
+++ b/x11-themes/gtkbe/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtkbe
PORTVERSION= 200007091019
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= GTK-Be-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile
index 347a8fe222c8..11c822e96bf3 100644
--- a/x11-themes/gtkstep-pastel/Makefile
+++ b/x11-themes/gtkstep-pastel/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtkstep-pastel
PORTVERSION= 200007290343
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= ${PORTNAME}-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-toolkits/colorstep/Makefile b/x11-toolkits/colorstep/Makefile
index 8ece2c9db408..591d3fad87b5 100644
--- a/x11-toolkits/colorstep/Makefile
+++ b/x11-toolkits/colorstep/Makefile
@@ -8,7 +8,8 @@
PORTNAME= colorstep
PORTVERSION= 200008190715
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= ColorStep-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-toolkits/engradient/Makefile b/x11-toolkits/engradient/Makefile
index 3313238a54b1..aa3293d2eea0 100644
--- a/x11-toolkits/engradient/Makefile
+++ b/x11-toolkits/engradient/Makefile
@@ -8,7 +8,8 @@
PORTNAME= engradient
PORTVERSION= 200008151005
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= EnGradient-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-toolkits/gtk-Mac2-theme/Makefile b/x11-toolkits/gtk-Mac2-theme/Makefile
index a3ec34bb1e24..fa55b76d6ccd 100644
--- a/x11-toolkits/gtk-Mac2-theme/Makefile
+++ b/x11-toolkits/gtk-Mac2-theme/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtk-Mac2-theme
PORTVERSION= 200003050858
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= Mac2-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-toolkits/gtkbe/Makefile b/x11-toolkits/gtkbe/Makefile
index ba9143f1a004..83c5ecc1320d 100644
--- a/x11-toolkits/gtkbe/Makefile
+++ b/x11-toolkits/gtkbe/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtkbe
PORTVERSION= 200007091019
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= GTK-Be-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
diff --git a/x11-toolkits/gtkstep-pastel/Makefile b/x11-toolkits/gtkstep-pastel/Makefile
index 347a8fe222c8..11c822e96bf3 100644
--- a/x11-toolkits/gtkstep-pastel/Makefile
+++ b/x11-toolkits/gtkstep-pastel/Makefile
@@ -8,7 +8,8 @@
PORTNAME= gtkstep-pastel
PORTVERSION= 200007290343
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
DISTNAME= ${PORTNAME}-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org