aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-aluminumalloy-volcanic-theme
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-06-13 14:40:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-06-13 14:40:17 +0000
commita0932bee36408e17df0d2c0b57725c726aa251a5 (patch)
tree3123f4370f9b6b03373fd469b0a79d1457c40671 /x11-themes/gtk-aluminumalloy-volcanic-theme
parent55bb86bc795295e62c057e1748c97c0bcb7e7c93 (diff)
downloadports-a0932bee36408e17df0d2c0b57725c726aa251a5.tar.gz
ports-a0932bee36408e17df0d2c0b57725c726aa251a5.zip
Don't use FLAVOR as a variable in ports.
It'll save some work when FLAVORS comes around for realz. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=443503
Diffstat (limited to 'x11-themes/gtk-aluminumalloy-volcanic-theme')
-rw-r--r--x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
index 06a5b222c7af..553678a33716 100644
--- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
+++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
@@ -7,16 +7,16 @@ PORTREVISION?= 8
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/
PKGNAMEPREFIX?= ${TYPE}-
-PKGNAMESUFFIX?= -${FLAVOR}-theme
-DISTNAME= aa_${FLAVOR}
+PKGNAMESUFFIX?= -${THEME_FLAVOR}-theme
+DISTNAME= aa_${THEME_FLAVOR}
MAINTAINER= danfe@FreeBSD.org
-COMMENT= Port of Mac OS X theme Aluminum Alloy (${FLAVOR} flavor)
+COMMENT= Port of Mac OS X theme Aluminum Alloy (${THEME_FLAVOR} flavor)
TYPE?= gtk
-FLAVOR?= volcanic
+THEME_FLAVOR?= volcanic
-THEME_NAME= AluminumAlloy-${FLAVOR:tu:C/^(.).*$/\1/g}${FLAVOR:C/^(.)//}
+THEME_NAME= AluminumAlloy-${THEME_FLAVOR:tu:C/^(.).*$/\1/g}${THEME_FLAVOR:C/^(.)//}
WRKSRC= ${WRKDIR}/${THEME_NAME}
USES= tar:bzip2