svn commit: r315002 - head/www/extjs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 23 06:20:46 UTC 2013


Author: sunpoet
Date: Sat Mar 23 06:20:45 2013
New Revision: 315002
URL: http://svnweb.freebsd.org/changeset/ports/315002

Log:
  - Fix typo

Modified:
  head/www/extjs/Makefile

Modified: head/www/extjs/Makefile
==============================================================================
--- head/www/extjs/Makefile	Sat Mar 23 06:09:53 2013	(r315001)
+++ head/www/extjs/Makefile	Sat Mar 23 06:20:45 2013	(r315002)
@@ -33,13 +33,13 @@ WWW_SUB=	"bootstrap.js build builds ext-
 
 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
 


More information about the svn-ports-head mailing list