- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-07-28 21:48:05 +00:00
parent a44c8cd3e9
commit 30048433c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393122

View file

@ -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