diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-29 07:40:11 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-29 07:40:11 +0000 |
commit | 3a72955672c7369ac2f04e5cd81b3f4465ebbfea (patch) | |
tree | c7b1d7a5c9d958ccc0b14fdef712ba5af4a67e8f /www/extjs/Makefile | |
parent | d88cb5f04882f89069b87430bc71fba5d3641a7c (diff) |
Notes
Diffstat (limited to 'www/extjs/Makefile')
-rw-r--r-- | www/extjs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile index a2516040dc9a..0fddb59b60ee 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= extjs -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= www MASTER_SITES= http://extjs.cachefly.net/ \ http://mirror.joehorn.idv.tw/extjs/ @@ -26,9 +26,10 @@ NO_BUILD= yes OPTIONS= DOC "Install with documents" on \ EXAMPLE "Install with examples" on -WWW_SUB= "bootstrap.js builds ext-all-debug-w-comments.js ext-all-debug.js \ - ext-all.js ext-debug.js ext.js index.html license.txt locale \ - overview pkgs release-notes.html resources src welcome" +WWW_SUB= "bootstrap.js build builds ext-all-debug-w-comments.js \ + ext-all-debug.js ext-all.js ext-debug.js ext.js index.html \ + jsbuilder license.txt locale overview pkgs release-notes.html \ + resources src welcome" .include <bsd.port.pre.mk> |