aboutsummaryrefslogtreecommitdiffstats
path: root/www/orion
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-04-17 17:02:45 +0800
committerznerd <znerd@FreeBSD.org>2002-04-17 17:02:45 +0800
commitcbeb0ad3a2f98156dbf641dff55b7441e0f60d56 (patch)
tree39c1fdb4f565078ea5fad19a0cf9e7098337c71c /www/orion
parent1d72e35ad931c5706ca1bf60ab9449d909e4805e (diff)
downloadfreebsd-ports-gnome-cbeb0ad3a2f98156dbf641dff55b7441e0f60d56.tar.gz
freebsd-ports-gnome-cbeb0ad3a2f98156dbf641dff55b7441e0f60d56.tar.zst
freebsd-ports-gnome-cbeb0ad3a2f98156dbf641dff55b7441e0f60d56.zip
Now correctly integrates with Jikes again.
Bumped PORTREVISION.
Diffstat (limited to 'www/orion')
-rw-r--r--www/orion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile
index cd546142385c..c3f91730507a 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= orion
PORTVERSION= 1.5.2
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= www java
MASTER_SITES= http://www.orionserver.com/distributions/ \
http://www.atlassian.com/software/orion/downloads/ \
@@ -118,7 +118,7 @@ do-install:
.if defined(WITH_JIKES) && ${WITH_JIKES} == "YES"
@${ECHO_CMD} -n ">> Configuring Jikes support..."
- @${SED} -e "/\<!-- \<compiler executable=\"jikes\" classpath=\"\/myjdkdir\/jre\/lib\/rt.jar\" \/\> -->/s//\<compiler executable=\"${JIKES_LOCATION:S/\//\\\//g}\" classpath=\"${JAVA_HOME:S/\//\\\//g}\/jre\/lib\/rt.jar\"\/\>/" \
+ @${SED} -e "/\<!-- \<compiler executable=\"jikes\" classpath=\"\/myjdkdir\/jre\/lib\/rt.jar\" \/\> -->/s//\<compiler executable=\"${JAVAC:S/\//\\\//g}\" classpath=\"${JAVA_HOME:S/\//\\\//g}\/jre\/lib\/rt.jar\"\/\>/" \
${WRKSRC}/config/server.xml > ${APP_HOME}/config/server.xml
@${ECHO_CMD} " [ DONE ]"
.endif