summaryrefslogtreecommitdiff
path: root/www/orion-devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 09:45:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 09:45:35 +0000
commit5fb95320053597bba8462ca3b0e85240095f3ea2 (patch)
treeae56b7ed277c8392969ae7d0a5c91218cd4545cf /www/orion-devel
parentAllow this port to actually compile on RELENG_4 and -current. (diff)
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)
Notes
Notes: svn path=/head/; revision=43518
Diffstat (limited to 'www/orion-devel')
-rw-r--r--www/orion-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile
index e770fd4e3465..0688992606e2 100644
--- a/www/orion-devel/Makefile
+++ b/www/orion-devel/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>