diff options
author | jwise <jwise> | 2000-05-09 20:23:42 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-05-09 20:23:42 +0000 |
commit | 0be53a8c86331a1629b4e56630bfbf070b42d6e8 (patch) | |
tree | 81d04edadd12c2b21c19e79f91dac959e16d967f /www | |
parent | 2535cdbcfeaeb325adb78004144d81115ab02fdd (diff) | |
download | pkgsrc-0be53a8c86331a1629b4e56630bfbf070b42d6e8.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.
Diffstat (limited to 'www')
-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" |