aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.sites.mk2
-rw-r--r--audio/xfce4-mixer/Makefile2
-rw-r--r--deskutils/orage/Makefile2
-rw-r--r--devel/xfce4-dev-tools/Makefile2
-rw-r--r--editors/mousepad/Makefile2
-rw-r--r--misc/xfce4-appfinder/Makefile2
-rw-r--r--misc/xfce4-wm-themes/Makefile2
-rw-r--r--print/xfce4-print/Makefile2
-rw-r--r--sysutils/xfce4-mcs-manager/Makefile2
-rw-r--r--sysutils/xfce4-mcs-plugins/Makefile2
-rw-r--r--sysutils/xfce4-utils/Makefile2
-rw-r--r--x11-fm/thunar/Makefile2
-rw-r--r--x11-themes/gtk-xfce-engine/Makefile2
-rw-r--r--x11-themes/xfce4-icon-theme/Makefile2
-rw-r--r--x11-toolkits/libxfce4gui/Makefile2
-rw-r--r--x11-wm/xfce4-desktop/Makefile2
-rw-r--r--x11-wm/xfce4-panel/Makefile2
-rw-r--r--x11-wm/xfce4-session/Makefile2
-rw-r--r--x11-wm/xfce4-wm/Makefile2
-rw-r--r--x11/Terminal/Makefile2
-rw-r--r--x11/libexo/Makefile2
-rw-r--r--x11/libxfce4mcs/Makefile2
-rw-r--r--x11/libxfce4util/Makefile2
23 files changed, 23 insertions, 23 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 0990421b529..8f58eeb685a 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1351,7 +1351,7 @@ MASTER_SITE_XEMACS+= \
.endif
.if !defined(IGNORE_MASTER_SITE_XFCE)
-MASTER_SITES_XFCE+= \
+MASTER_SITE_XFCE+= \
http://mocha.xfce.org/archive/%SUBDIR%/src/ \
http://www.us.xfce.org/archive/%SUBDIR%/src/ \
http://www.de.xfce.org/archive/%SUBDIR%/src/ \
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile
index 4f36e7e033f..cd6604edbb9 100644
--- a/audio/xfce4-mixer/Makefile
+++ b/audio/xfce4-mixer/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-mixer
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= audio xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
index 44111261c2b..3e5660fa854 100644
--- a/deskutils/orage/Makefile
+++ b/deskutils/orage/Makefile
@@ -9,7 +9,7 @@ PORTNAME= orage
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= deskutils xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile
index b9f2c9df2f0..7feb3e444ce 100644
--- a/devel/xfce4-dev-tools/Makefile
+++ b/devel/xfce4-dev-tools/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-dev-tools
PORTVERSION= 4.4.0
PORTREVISION= 1
CATEGORIES= devel xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile
index de71f51a914..2026fb0bfee 100644
--- a/editors/mousepad/Makefile
+++ b/editors/mousepad/Makefile
@@ -9,7 +9,7 @@ PORTNAME= mousepad
PORTVERSION= 0.2.12
PORTREVISION= 2
CATEGORIES= editors xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile
index 2cc3f213b25..8ce0233af37 100644
--- a/misc/xfce4-appfinder/Makefile
+++ b/misc/xfce4-appfinder/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-appfinder
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= misc xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile
index 373262ae4c8..f247d85343c 100644
--- a/misc/xfce4-wm-themes/Makefile
+++ b/misc/xfce4-wm-themes/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xfce4-wm-themes
PORTVERSION= 4.4.1
CATEGORIES= misc xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfwm4-themes-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 06b8d104608..1516b3d9763 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-print
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= print xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfprint-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile
index 3edf2635034..d80ecb5478f 100644
--- a/sysutils/xfce4-mcs-manager/Makefile
+++ b/sysutils/xfce4-mcs-manager/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-mcs-manager
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= sysutils xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfce-mcs-manager-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile
index 2cb6e0284b3..b7a9db6dc61 100644
--- a/sysutils/xfce4-mcs-plugins/Makefile
+++ b/sysutils/xfce4-mcs-plugins/Makefile
@@ -8,7 +8,7 @@ PORTNAME= xfce4-mcs-plugins
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= sysutils xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfce-mcs-plugins-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile
index e24adb09d95..5581e6416f4 100644
--- a/sysutils/xfce4-utils/Makefile
+++ b/sysutils/xfce4-utils/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-utils
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= sysutils xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfce-utils-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 4030d89d81a..02ac628e682 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -9,7 +9,7 @@ PORTNAME= Thunar
PORTVERSION= 0.8.0
PORTREVISION= 5
CATEGORIES= x11-fm xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile
index 8754bd65700..41fd929fd46 100644
--- a/x11-themes/gtk-xfce-engine/Makefile
+++ b/x11-themes/gtk-xfce-engine/Makefile
@@ -9,7 +9,7 @@ PORTNAME= gtk-xfce-engine
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= x11-themes xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile
index 547f57fa251..1c999568133 100644
--- a/x11-themes/xfce4-icon-theme/Makefile
+++ b/x11-themes/xfce4-icon-theme/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-icon-theme
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-themes xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile
index 0bf6a16ce9a..c228a199d8f 100644
--- a/x11-toolkits/libxfce4gui/Makefile
+++ b/x11-toolkits/libxfce4gui/Makefile
@@ -9,7 +9,7 @@ PORTNAME= libxfce4gui
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-toolkits xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= libxfcegui4-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index 1b9974dcaff..0f7d6f68f75 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-desktop
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfdesktop-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index 8279b0fa3bb..1f8a729c387 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-panel
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index d757d709f44..1d61029cecd 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-session
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile
index 9a867af2363..cb0f245c8ee 100644
--- a/x11-wm/xfce4-wm/Makefile
+++ b/x11-wm/xfce4-wm/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xfce4-wm
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfwm4-${PORTVERSION}
DIST_SUBDIR= xfce4
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile
index ab2aae50e1a..dc82a2e0423 100644
--- a/x11/Terminal/Makefile
+++ b/x11/Terminal/Makefile
@@ -9,7 +9,7 @@ PORTNAME= Terminal
PORTVERSION= 0.2.6
PORTREVISION= 3
CATEGORIES= x11 xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 9a94fa9337d..e863c48f59e 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3.2
PORTREVISION= 4
CATEGORIES= x11 xfce
DISTNAME= exo-${PORTVERSION}
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile
index 7c11016034a..a134c6de9d2 100644
--- a/x11/libxfce4mcs/Makefile
+++ b/x11/libxfce4mcs/Makefile
@@ -9,7 +9,7 @@ PORTNAME= libxfce4mcs
PORTVERSION= 4.4.1
PORTREVISION= 1
CATEGORIES= x11 xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile
index eff478c094a..8d931598a36 100644
--- a/x11/libxfce4util/Makefile
+++ b/x11/libxfce4util/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libxfce4util
PORTVERSION= 4.4.1
CATEGORIES= x11 xfce
-MASTER_SITES= ${MASTER_SITES_XFCE}
+MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org