aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/slim-themes
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-21 18:06:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-21 18:06:58 +0000
commitb154a5521fc93776fbbc6f165458b305ec5189b8 (patch)
treeebfec4bc0f09be3e6e59e3fd320df8306afc1f88 /x11-themes/slim-themes
parentb79b3f1ca2719a13717cdf07910f2fc4722cb71d (diff)
downloadports-b154a5521fc93776fbbc6f165458b305ec5189b8.tar.gz
ports-b154a5521fc93776fbbc6f165458b305ec5189b8.zip
Add an option helper for PLIST_SUB
Rename a few variables to avoid confusion with this new helper Requested by: koobs Reviewed by: mat With hat: portmgr Differential revision: https://reviews.freebsd.org/D665
Notes
Notes: svn path=/head/; revision=365573
Diffstat (limited to 'x11-themes/slim-themes')
-rw-r--r--x11-themes/slim-themes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile
index 7be55a859ea1..20e38195ef32 100644
--- a/x11-themes/slim-themes/Makefile
+++ b/x11-themes/slim-themes/Makefile
@@ -84,11 +84,11 @@ PORT_OPTIONS+= ${n}
NEWDISTFILES:= ${DISTFILES} ${${n}_DIST}
DISTFILES:= ${NEWDISTFILES}
SEEN_THEMES= yes
-NEW_PLIST_SUB:= ${PLIST_SUB} ${n}=""
-PLIST_SUB:= ${NEW_PLIST_SUB}
+NEWPLIST_SUB:= ${PLIST_SUB} ${n}=""
+PLIST_SUB:= ${NEWPLIST_SUB}
.else
-NEW_PLIST_SUB:= ${PLIST_SUB} ${n}="@comment "
-PLIST_SUB:= ${NEW_PLIST_SUB}
+NEWPLIST_SUB:= ${PLIST_SUB} ${n}="@comment "
+PLIST_SUB:= ${NEWPLIST_SUB}
.endif # ${PORT_OPTIONS:MALL_THEMES} || ${PORT_OPTIONS:M${n}}
.endfor # n in ${THEMELIST}