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 /audio | |
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 'audio')
-rw-r--r-- | audio/thunar-media-tags-plugin/Makefile | 3 | ||||
-rw-r--r-- | audio/xfce4-mixer/Makefile | 3 | ||||
-rw-r--r-- | audio/xfce4-mpc-plugin/Makefile | 3 | ||||
-rw-r--r-- | audio/xfmpc/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/audio/thunar-media-tags-plugin/Makefile b/audio/thunar-media-tags-plugin/Makefile index 3336d42b04fb..6367a696e4a9 100644 --- a/audio/thunar-media-tags-plugin/Makefile +++ b/audio/thunar-media-tags-plugin/Makefile @@ -5,8 +5,7 @@ PORTNAME= thunar-media-tags-plugin PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index abf2ebbca8f6..585a2014bfe1 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -5,8 +5,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.11.0 PORTREVISION= 2 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 31b6397ba2a8..c69cd1388959 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -4,8 +4,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.5 CATEGORIES= audio xfce -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/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 099e6fc8384e..ed7e1265d0c2 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -5,8 +5,7 @@ PORTNAME= xfmpc PORTVERSION= 0.2.2 PORTREVISION= 6 CATEGORIES= audio xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org |