diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-14 03:10:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-14 03:10:35 +0000 |
commit | 3840a33adf63a055396619a6889317efc91ba803 (patch) | |
tree | e8df943b1ad0ffb83c75d657e086cffe01f53cbe /www/extjs/Makefile | |
parent | dd5f0f4f5cde1194f943960ceff7df7142f8d898 (diff) | |
download | ports-3840a33adf63a055396619a6889317efc91ba803.tar.gz ports-3840a33adf63a055396619a6889317efc91ba803.zip |
Notes
Diffstat (limited to 'www/extjs/Makefile')
-rw-r--r-- | www/extjs/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile index ff60102ec7ca..4d62b866fe7e 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -6,9 +6,9 @@ # PORTNAME= extjs -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= www -MASTER_SITES= http://extjs.cachefly.net/ \ +MASTER_SITES= http://downloads.sencha.com/extjs/ \ http://mirror.joehorn.idv.tw/ DISTNAME= ext-${PORTVERSION} @@ -48,14 +48,6 @@ SUB_LIST+= COMMENTEXAMPLES= do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} ${WWW_SUB} ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ - ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} - @${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 - @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \ - ${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST} - @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ - ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} .endif |