aboutsummaryrefslogtreecommitdiff
path: root/www/eyeos-themes
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-05-22 18:24:21 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-05-22 18:24:21 +0000
commitf8ed265db4cadb711e7083613fa1facab3fad343 (patch)
tree51c01080b0e4561efede80c9e4980f4205e3060d /www/eyeos-themes
parent20963ee72d70cebdda811e88b9fcf925c792c8ee (diff)
Notes
Diffstat (limited to 'www/eyeos-themes')
-rw-r--r--www/eyeos-themes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/eyeos-themes/Makefile b/www/eyeos-themes/Makefile
index f4b06bb7af9b..6f1d2c786634 100644
--- a/www/eyeos-themes/Makefile
+++ b/www/eyeos-themes/Makefile
@@ -68,11 +68,11 @@ do-install:
# Maintainer section
create-plist: build
:>${PLIST}
-.for theme in ${OPTIONS:M*_THEME:S/_THEME//:O}
+.for theme in ${OPTIONS_DEFINE:M*_THEME:S/_THEME//:O}
${FIND} -s ${WRKSRC}/${theme} -type f -or -type l | \
${SED} -e 's#^${WRKSRC}/${theme}#%%${theme:tu}%%#' >> ${PLIST}
.endfor
-.for theme in ${OPTIONS:M*_THEME:S/_THEME//:O}
+.for theme in ${OPTIONS_DEFINE:M*_THEME:S/_THEME//:O}
${FIND} -ds ${WRKSRC}/${theme} -type d | \
${SED} -e 's#^${WRKSRC}/${theme}#%%D${theme:tu}%%#' >> ${PLIST}
.endfor