diff options
Diffstat (limited to 'www/extjs/Makefile')
-rw-r--r-- | www/extjs/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile index 4d62b866fe7e..0e69af9cc639 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -6,10 +6,10 @@ # PORTNAME= extjs -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= www MASTER_SITES= http://downloads.sencha.com/extjs/ \ - http://mirror.joehorn.idv.tw/ + http://mirror.joehorn.idv.tw/extjs/ DISTNAME= ext-${PORTVERSION} MAINTAINER= joehorn@gmail.com @@ -17,6 +17,9 @@ COMMENT= A JavaScript platform for rapid development of cross-browser web apps WRKSRC= ${WRKDIR}/${DISTNAME} +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/license.txt + USE_ZIP= yes NO_BUILD= yes @@ -25,7 +28,7 @@ OPTIONS= DOC "Install with documents" on \ WWW_SUB= "INCLUDE_ORDER.txt adapter ext-all-debug-w-comments.js \ ext-all-debug.js ext-all.js ext.jsb2 gpl-3.0.txt index.html \ - license.txt pkgs resources src test welcome" + license.txt pkgs release-notes.html resources src test welcome" .include <bsd.port.pre.mk> |