Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,

they will not be overridden.

Reviewed by:	freebsd-java
Approved by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
		Dave Glowacki <dglo@hyde.ssec.wisc.edu>
This commit is contained in:
Ernst de Haan 2002-11-18 13:00:00 +00:00
parent 5112ee51b3
commit b268aac8ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70404

View file

@ -36,6 +36,10 @@ Java_Include_MAINTAINER= znerd@FreeBSD.org
# Stage 1: Define constants
#
# System-global directories
JAVASHAREDIR?= ${PREFIX}/share/java
JAVAJARDIR?= ${JAVASHAREDIR}/classes
# The complete list of Java versions supported.
_JAVA_VERSIONS= 1.1 1.2 1.3 1.4