summaryrefslogtreecommitdiffstats
path: root/www/axis/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-04-03 06:49:00 +0000
committerglewis <glewis@FreeBSD.org>2004-04-03 06:49:00 +0000
commit09fe57bceff52a5149756dc400446a404bcac87c (patch)
treea0397686483c3a77bef07b0fc529bd81b50cf6cd /www/axis/Makefile
parent24e7b4ef30cf7543f71f33982c8438b71c07aa80 (diff)
downloadFreeBSD-ports-09fe57bceff52a5149756dc400446a404bcac87c.zip
FreeBSD-ports-09fe57bceff52a5149756dc400446a404bcac87c.tar.gz
. Fix fallout from bsd.java.mk update:
JAVA_VER -> JAVA_PORT_VERSION . Quote literal used in conditional.
Diffstat (limited to 'www/axis/Makefile')
-rw-r--r--www/axis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile
index f1b800b..a9e4f87 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
OpenPOWER on IntegriCloud