aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache-jserv/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 03:41:31 +0800
committersteve <steve@FreeBSD.org>2000-05-01 03:41:31 +0800
commit3a0c8c49f7f5c7f5a33b8756902e1854632aa4c0 (patch)
treebf694abc143df9729ef12664a015935918632d63 /www/apache-jserv/Makefile
parentbeae478261da1d9ea2e78cccd04a195a2b9b3ff6 (diff)
downloadfreebsd-ports-gnome-3a0c8c49f7f5c7f5a33b8756902e1854632aa4c0.tar.gz
freebsd-ports-gnome-3a0c8c49f7f5c7f5a33b8756902e1854632aa4c0.tar.zst
freebsd-ports-gnome-3a0c8c49f7f5c7f5a33b8756902e1854632aa4c0.zip
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/Makefile7
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