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:
parent
5112ee51b3
commit
b268aac8ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70404
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue