diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 06:49:00 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 06:49:00 +0000 |
commit | ebeb76266002ae3d1e40f30a770fc91902d0f6e3 (patch) | |
tree | e8de09a9ba8851210e1f2e1c8bf5792eec288e54 /www/axis | |
parent | . Really fix the fallout from the bsd.java.mk update. Grrr. (diff) |
. Fix fallout from bsd.java.mk update:
JAVA_VER -> JAVA_PORT_VERSION
. Quote literal used in conditional.
Notes
Notes:
svn path=/head/; revision=106010
Diffstat (limited to 'www/axis')
-rw-r--r-- | www/axis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile index f1b800b5107f..a9e4f87d5a11 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -45,7 +45,7 @@ GROUP= www # # Change install directory by JDK version # -.if defined(JAVA_VER) && (${JAVA_VER} == 1.4.1) +.if defined(JAVA_PORT_VERSION) && (${JAVA_PORT_VERSION} == "1.4.1") LIB_SUBDIR= endorsed .else LIB_SUBDIR= ext |