diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-29 01:01:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-29 01:01:46 +0800 |
commit | 253b210bd6dab0db7c7cc89c64a2e9beacd301e5 (patch) | |
tree | f4ebe2a8ffa9fe0c4502317cb84dc88a13aa3513 /Mk/Uses | |
parent | 2a1f288d740805a3c7fa51bb56b608239111d1f1 (diff) | |
download | freebsd-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 'Mk/Uses')
-rw-r--r-- | Mk/Uses/xfce.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/xfce.mk b/Mk/Uses/xfce.mk index 6ceb9ca407c4..f0a225cab995 100644 --- a/Mk/Uses/xfce.mk +++ b/Mk/Uses/xfce.mk @@ -20,7 +20,7 @@ _USES_POST+= xfce _USE_XFCE_ALL= garcon libexo libgui libmenu libutil panel thunar xfconf -MASTER_SITE_SUBDIR?= xfce/4.12/src +XFCE_MASTER_SITE_VER= 4.12 xfce_ARGS?= # empty |