diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
commit | 1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1 (patch) | |
tree | 957016e38f3df9d60491551bb27ea18c106f8e71 /misc/xfce4-wm-themes/Makefile | |
parent | 07e52958d406df264b2e023e577925c528eb89d3 (diff) |
Notes
Diffstat (limited to 'misc/xfce4-wm-themes/Makefile')
-rw-r--r-- | misc/xfce4-wm-themes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index 0490c8f658c2..c4b30b50497f 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -6,14 +6,13 @@ # PORTNAME= xfce4-wm-themes -PORTVERSION= 4.6.0 -PORTREVISION= 1 +PORTVERSION= 4.10.0 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/art/xfwm4-themes/${PORTVERSION:R} DISTNAME= xfwm4-themes-${PORTVERSION} DIST_SUBDIR= xfce4 -MASTER_SITE_SUBDIR=xfce/4.6.0/src MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 window decoration themes for xfwm4 |