aboutsummaryrefslogtreecommitdiffstats
path: root/www/orion
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-05 17:45:35 +0800
committersobomax <sobomax@FreeBSD.org>2001-06-05 17:45:35 +0800
commit92482bb7bd99afab946e0e942b3ebffae92ca668 (patch)
tree6734c91120cef62b3dbb569fca1aae867b24377a /www/orion
parentfe7ad6e67014ee87091013c33db60bceaba72233 (diff)
downloadfreebsd-ports-gnome-92482bb7bd99afab946e0e942b3ebffae92ca668.tar.gz
freebsd-ports-gnome-92482bb7bd99afab946e0e942b3ebffae92ca668.tar.zst
freebsd-ports-gnome-92482bb7bd99afab946e0e942b3ebffae92ca668.zip
Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.
Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13)
Diffstat (limited to 'www/orion')
-rw-r--r--www/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile
index e770fd4e3465..0688992606e2 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -30,7 +30,7 @@ PORTTITLE= Orion Server
ORIONCTL_NAME= orionctl
ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME}
RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh
-JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.0
+JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.1
TARGET_PREFIX?= ${PREFIX}/${PKGBASE}${PORTVERSION}
.include <bsd.port.pre.mk>