diff options
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 4 |
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> |