diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 09:45:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 09:45:35 +0000 |
commit | 5fb95320053597bba8462ca3b0e85240095f3ea2 (patch) | |
tree | ae56b7ed277c8392969ae7d0a5c91218cd4545cf /www/orion | |
parent | Allow 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')
-rw-r--r-- | www/orion/Makefile | 2 |
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> |