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 /x11-fm | |
parent | 2a1f288d740805a3c7fa51bb56b608239111d1f1 (diff) | |
download | freebsd-ports-graphics-253b210bd6dab0db7c7cc89c64a2e9beacd301e5.tar.gz freebsd-ports-graphics-253b210bd6dab0db7c7cc89c64a2e9beacd301e5.tar.zst freebsd-ports-graphics-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 'x11-fm')
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 9499d7ec1df..0e8ad898811 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -5,8 +5,7 @@ PORTNAME= thunar-vfs PORTVERSION= 1.2.0 PORTREVISION= 11 CATEGORIES= x11-fm xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/archive/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/archive/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org |