aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-04-29 01:01:46 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-04-29 01:01:46 +0800
commit253b210bd6dab0db7c7cc89c64a2e9beacd301e5 (patch)
treef4ebe2a8ffa9fe0c4502317cb84dc88a13aa3513 /misc
parent2a1f288d740805a3c7fa51bb56b608239111d1f1 (diff)
downloadfreebsd-ports-gnome-253b210bd6dab0db7c7cc89c64a2e9beacd301e5.tar.gz
freebsd-ports-gnome-253b210bd6dab0db7c7cc89c64a2e9beacd301e5.tar.zst
freebsd-ports-gnome-253b210bd6dab0db7c7cc89c64a2e9beacd301e5.zip
USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r--misc/xfce4-appfinder/Makefile2
-rw-r--r--misc/xfce4-weather-plugin/Makefile3
-rw-r--r--misc/xfce4-wm-themes/Makefile4
3 files changed, 3 insertions, 6 deletions
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile
index 35980cbafa5a..ea103962c7f0 100644
--- a/misc/xfce4-appfinder/Makefile
+++ b/misc/xfce4-appfinder/Makefile
@@ -4,7 +4,7 @@
PORTNAME= xfce4-appfinder
PORTVERSION= 4.12.0
CATEGORIES= misc xfce
-MASTER_SITES= ${MASTER_SITE_XFCE}
+MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile
index 0ffd77abf473..b70a80044816 100644
--- a/misc/xfce4-weather-plugin/Makefile
+++ b/misc/xfce4-weather-plugin/Makefile
@@ -5,8 +5,7 @@ PORTNAME= xfce4-weather-plugin
PORTVERSION= 0.8.5
PORTREVISION= 1
CATEGORIES= misc xfce geography
-MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile
index 3cc4dd38c819..462e6a78e2ea 100644
--- a/misc/xfce4-wm-themes/Makefile
+++ b/misc/xfce4-wm-themes/Makefile
@@ -5,8 +5,7 @@ PORTNAME= xfce4-wm-themes
PORTVERSION= 4.10.0
PORTREVISION= 1
CATEGORIES= misc xfce
-MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR= src/art/xfwm4-themes/${PORTVERSION:R}
+MASTER_SITES= XFCE/src/art/xfwm4-themes/${PORTVERSION:R}
DISTNAME= xfwm4-themes-${PORTVERSION}
DIST_SUBDIR= xfce4
@@ -15,7 +14,6 @@ COMMENT= Additional themes for xfwm4
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
USES= gmake tar:bzip2
.include <bsd.port.mk>