summaryrefslogtreecommitdiffstats
path: root/www/orion
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-08-10 10:42:48 +0000
committerznerd <znerd@FreeBSD.org>2002-08-10 10:42:48 +0000
commite8213dfaca8984cd24b4fc05ea140444f09cfab6 (patch)
tree11ec0c6338051c8127c90c8c0797394a3bd9dbcd /www/orion
parentc32223b360fbce19a4ff7dd94d0d34c20f9527c1 (diff)
downloadFreeBSD-ports-e8213dfaca8984cd24b4fc05ea140444f09cfab6.zip
FreeBSD-ports-e8213dfaca8984cd24b4fc05ea140444f09cfab6.tar.gz
Changed WRKDIR definition. It is changed from
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
Diffstat (limited to 'www/orion')
-rw-r--r--www/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile
index c0de023..6e0f5a6 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -50,7 +50,7 @@ REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \
${WRKSRC}/config/default-web-site.xml \
${WRKSRC}/config/rmi.xml
JAR_FILE= ${APP_SHORTNAME}.jar
-WRKDIR?= ${.CURDIR}/work
+WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud