diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
commit | 1515c6a2074bad34ae1483f1e57dd1e761ab8641 (patch) | |
tree | 2fad22fa9a1f3f043f3856cb7b8ae5c5ff32dd43 /www/apache-jserv/Makefile | |
parent | Update to version 1.2.4 and add WWW: to pkg/DESCR. (diff) |
Portlint, deinstall cleanly, and put the .jar files where they belong.
PR: 17835
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/apache-jserv/Makefile')
-rw-r--r-- | www/apache-jserv/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/apache-jserv/Makefile b/www/apache-jserv/Makefile index 319fdc31ee49..39826791a8d9 100644 --- a/www/apache-jserv/Makefile +++ b/www/apache-jserv/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}\ --libdir=${LOCALBASE}/libexec/apache\ --with-logdir=/var/log\ --sysconfdir=${PREFIX}/etc/apache\ + --with-apxs=${LOCALBASE}/sbin/apxs\ --with-jdk-home=${LOCALBASE}/jdk1.1.8\ --with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar\ --with-java=${LOCALBASE}/jdk1.1.8/bin/java\ @@ -36,6 +37,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}\ --with-gnu-ld\ --enable-compressed-jar\ --enable-EAPI +.if defined (USE_JIKES) +CONFIGURE_ARGS+=--with-javac=${LOCALBASE}/bin/jikes +.endif + +pre-install: + ${MKDIR} ${PREFIX}/share/java/classes post-install: @${CAT} ${PKGDIR}/MESSAGE |