summaryrefslogtreecommitdiff
path: root/www/ap-jserv/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-10 01:01:09 +0000
committerjlam <jlam>2002-10-10 01:01:09 +0000
commitd9df32671651ad71c024f091df97ae47537c5f59 (patch)
tree2399291c226930979154ddf72cdfd8db4723ce29 /www/ap-jserv/Makefile
parente6f31d5905756555c42516ef8fae7986ed3453c9 (diff)
downloadpkgsrc-d9df32671651ad71c024f091df97ae47537c5f59.tar.gz
Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
no longer defined by bsd.pkg.mk.
Diffstat (limited to 'www/ap-jserv/Makefile')
-rw-r--r--www/ap-jserv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index 72a5d080413..086f6a34639 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/07/24 19:45:30 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2002/10/10 01:01:12 jlam Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -21,11 +21,11 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/src/scripts/build/unix/ltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${JAVA_HOME} \
+CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${PKG_JAVA_HOME} \
--with-JSDK=${PREFIX}/lib/java/jsdk.jar --with-logdir=/var/log/httpd \
--with-servlets=${LOCALBASE}/share/httpd/servlets -enable-EAPI
.include "../../mk/bsd.pkg.mk"
-JSDK_HOME= ${JAVA_HOME}/jsdk
+JSDK_HOME= ${PKG_JAVA_HOME}/jsdk
BUILD_DEFS+= JSDK_HOME