diff options
author | jwise <jwise@pkgsrc.org> | 2000-05-09 20:23:42 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-05-09 20:23:42 +0000 |
commit | 505f25ae52b787ccbb0097666a880ffd4830f166 (patch) | |
tree | 81d04edadd12c2b21c19e79f91dac959e16d967f | |
parent | 51f78e69f24735822c2f1c15cbcdc0e26a10ebb6 (diff) | |
download | pkgsrc-505f25ae52b787ccbb0097666a880ffd4830f166.tar.gz |
Adapt to the new location of the jsdk 2.0 jar file.
BTW, the JServ jar does not go in ${PREFIX}/lib/java as it is a private
implementation of the interfaces from jsdk.jar and should not be used
directly. Should it turn out that packages are using it directly, it
will be moved.
-rw-r--r-- | www/ap-jserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index 746d3c14fc9..19123a94ba8 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/11 16:11:18 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2000/05/09 20:23:42 jwise Exp $ DISTNAME= ApacheJServ-1.1 PKGNAME= ap-jserv-1.1 @@ -22,7 +22,7 @@ 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} \ - --with-JSDK=${JSDK_HOME}/lib/jsdk.jar --with-logdir=/var/log/httpd \ + --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" |