From 872ed4fe27822701b912698ac46e7df81c920f8b Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 2 Aug 2011 15:49:14 +0000 Subject: - make maven binary executable --- java/netbeans/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java/netbeans') diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 78224bb7e188..915d5d61ef32 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -8,6 +8,7 @@ PORTNAME= netbeans PORTVERSION= 7.0 +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/ @@ -39,4 +40,7 @@ do-install: @${CHMOD} ${BINMODE} ${DATADIR}/bin/netbeans @${LN} -sf ${DATADIR}/bin/netbeans ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} +post-install: + @${CHMOD} ${BINMODE} ${DATADIR}/java/maven/bin/mv + .include -- cgit v1.2.3