aboutsummaryrefslogtreecommitdiff
path: root/www/orion
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-04-17 09:02:45 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-04-17 09:02:45 +0000
commitf6f1938e246159fb5a676daa70ccdd354fb80b4f (patch)
tree1ee99d82ac4c7d3e07eb717d21e47997eac28625 /www/orion
parent57174f2615ea6956fc841faca4212575606a409e (diff)
downloadports-f6f1938e246159fb5a676daa70ccdd354fb80b4f.tar.gz
ports-f6f1938e246159fb5a676daa70ccdd354fb80b4f.zip
Notes
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