diff options
-rw-r--r-- | java/netbeans/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index db6c6289d9e0..b06d57d0c5a0 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -3,6 +3,7 @@ PORTNAME= netbeans PORTVERSION= 8.0.2 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \ http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ @@ -14,7 +15,11 @@ COMMENT= Modular, standards-based integrated development environment LICENSE= CDDL GPLv2 LICENSE_COMB= dual -USES= zip +USES= shebangfix zip +SHEBANG_FILES= extide/ant/bin/antRun.pl \ + extide/ant/bin/complete-ant-cmd.pl \ + extide/ant/bin/runant.pl \ + extide/ant/bin/runant.py USE_JAVA= yes JAVA_VERSION= 1.7+ NO_BUILD= yes |