diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-21 18:06:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-21 18:06:58 +0000 |
commit | b154a5521fc93776fbbc6f165458b305ec5189b8 (patch) | |
tree | ebfec4bc0f09be3e6e59e3fd320df8306afc1f88 /x11-themes/slim-themes | |
parent | b79b3f1ca2719a13717cdf07910f2fc4722cb71d (diff) | |
download | ports-b154a5521fc93776fbbc6f165458b305ec5189b8.tar.gz ports-b154a5521fc93776fbbc6f165458b305ec5189b8.zip |
Notes
Diffstat (limited to 'x11-themes/slim-themes')
-rw-r--r-- | x11-themes/slim-themes/Makefile | 8 |
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} |