diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-06-20 00:14:27 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-06-20 00:14:27 +0800 |
commit | ad1ecbc81b46440c342b06228071a8c1bd4f1383 (patch) | |
tree | 609f5bcb0d52c5819588b493a293bacf7d7fe5d0 /x11-wm/xfce4-desktop | |
parent | 0aa6df75f5e221202384e8ef9c592e14d6dc32eb (diff) | |
download | freebsd-ports-gnome-ad1ecbc81b46440c342b06228071a8c1bd4f1383.tar.gz freebsd-ports-gnome-ad1ecbc81b46440c342b06228071a8c1bd4f1383.tar.zst freebsd-ports-gnome-ad1ecbc81b46440c342b06228071a8c1bd4f1383.zip |
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416
Diffstat (limited to 'x11-wm/xfce4-desktop')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index faf9773bf2b0..7f97cc13ef09 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -4,8 +4,8 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.5 CATEGORIES= x11-wm xfce -MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ -DISTNAME= xfdesktop-${PORTVERSION} +MASTER_SITES= XFCE +DISTNAME= xfdesktop-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org |