summaryrefslogtreecommitdiff
path: root/www/orion
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-04-04 22:48:18 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-04-04 22:48:18 +0000
commit411b78699b8cc5da4b1e3d7da9efe6d7110b2cff (patch)
tree935698a3967a306b2eb1f34832330b236ebe9d17 /www/orion
parentCreating symlink to tools.jar. Bumped PORTREVISION. (diff)
Fixed a problem where the extracted files would
sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION.
Notes
Notes: svn path=/head/; revision=57329
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 2444c3b14deb..15139dd23b4d 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= orion
PORTVERSION= 1.5.2
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= www java
MASTER_SITES= http://www.orionserver.com/distributions/ \
http://www.atlassian.com/software/orion/downloads/ \
@@ -48,7 +48,7 @@ REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat/files/daemonctl.c \
${WRKSRC}/config/default-web-site.xml \
${WRKSRC}/config/rmi.xml
JAR_FILE= ${APP_SHORTNAME}.jar
-WRKDIR?= work
+WRKDIR?= ${.CURDIR}/work
.include <bsd.port.pre.mk>