aboutsummaryrefslogtreecommitdiffstats
path: root/www/extjs
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-03-23 14:20:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-03-23 14:20:45 +0800
commit140f05f829b46ca017e92bbacc4e318a22fff4e2 (patch)
treeb3f8b7df9c1fd127fab29e7f489bf5c2a153659c /www/extjs
parenta70725c55ec0a6b12dbd25863450b8fdbbf523f6 (diff)
downloadfreebsd-ports-gnome-140f05f829b46ca017e92bbacc4e318a22fff4e2.tar.gz
freebsd-ports-gnome-140f05f829b46ca017e92bbacc4e318a22fff4e2.tar.zst
freebsd-ports-gnome-140f05f829b46ca017e92bbacc4e318a22fff4e2.zip
- Fix typo
Diffstat (limited to 'www/extjs')
-rw-r--r--www/extjs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile
index 6aafc8dc3c13..fb00524912c3 100644
--- a/www/extjs/Makefile
+++ b/www/extjs/Makefile
@@ -33,13 +33,13 @@ WWW_SUB= "bootstrap.js build builds ext-all-debug-w-comments.js \
SUB_FILES+= pkg-message
-.if ${PORT_OPTIONS:MDOC}
+.if ${PORT_OPTIONS:MDOCS}
SUB_LIST+= COMMENTDOCS=
.else
SUB_LIST+= COMMENTDOCS="\# "
.endif
-.if ${PORT_OPTIONS:MEXAMPLE}
+.if ${PORT_OPTIONS:MEXAMPLES}
SUB_LIST+= COMMENTEXAMPLES=
.else
SUB_LIST+= COMMENTEXAMPLES="\# "
@@ -52,7 +52,7 @@ do-install:
.if ${PORT_OPTIONS:MDOCS}
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
-.if ${PORT_OPTIONS:MNLS}
+.if ${PORT_OPTIONS:MEXAMPLES}
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif