aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/netbeans3/Makefile')
-rw-r--r--java/netbeans3/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/netbeans3/Makefile b/java/netbeans3/Makefile
index a9432727cf8c..0f163fbc8675 100644
--- a/java/netbeans3/Makefile
+++ b/java/netbeans3/Makefile
@@ -30,6 +30,11 @@ DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/plat
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
+.if ${OSVERSION} >= 500000
+post-patch:
+ @${CAT} ${FILESDIR}/bin_runide.sh.diff | ${PATCH} ${WRKSRC}/bin/runide.sh
+.endif
+
do-install:
@${MKDIR} ${PREFIX}/netbeans
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans