summaryrefslogtreecommitdiff
path: root/java/netbeans
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2006-03-20 19:32:56 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2006-03-20 19:32:56 +0000
commit5ec3ec70402d2091b5cba47f2ee8658987458ce5 (patch)
tree807e2ac29cfd379f6c150180ebb8d2055705c356 /java/netbeans
parentThe Voidspace Pythonutils package is a simple way of installing the Voidspace (diff)
Automatically detect netbeans_jdkhome.
Submitted by: hq
Notes
Notes: svn path=/head/; revision=157774
Diffstat (limited to 'java/netbeans')
-rw-r--r--java/netbeans/Makefile3
-rw-r--r--java/netbeans/files/patch-etc_netbeans.conf2
2 files changed, 4 insertions, 1 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index 41afc35d98ec..2fc4dcb3a44a 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -30,6 +30,9 @@ DOWNLOAD_URL?= http://www.netbeans.info/downloads/download.php?type=5.0&p=1&a=bs
IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
+do-configure:
+ @${REINPLACE_CMD} 's|%%JAVA_HOME%%|${JAVA_HOME}|' ${WRKSRC}/etc/netbeans.conf
+
do-install:
@${MKDIR} ${PREFIX}/netbeans
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
diff --git a/java/netbeans/files/patch-etc_netbeans.conf b/java/netbeans/files/patch-etc_netbeans.conf
index 0c8d486cb9e2..402b5a82a203 100644
--- a/java/netbeans/files/patch-etc_netbeans.conf
+++ b/java/netbeans/files/patch-etc_netbeans.conf
@@ -8,7 +8,7 @@ $FreeBSD$
# default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
-#netbeans_jdkhome="/path/to/jdk"
-+netbeans_jdkhome="/usr/local/jdk1.4.2"
++netbeans_jdkhome="%%JAVA_HOME%%"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"