aboutsummaryrefslogtreecommitdiff
path: root/www/orion
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-04-10 06:49:33 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-04-10 06:49:33 +0000
commit0fb7be2219c260994518909ef42e4593046c8689 (patch)
tree1f192c91bc77f50d3646ac923c97526eabe9b7c5 /www/orion
parentabc669c54c20601fdc64e083d610e1b64fb9e49f (diff)
downloadports-0fb7be2219c260994518909ef42e4593046c8689.tar.gz
ports-0fb7be2219c260994518909ef42e4593046c8689.zip
Now using daemonctl.c from www/jakarta-tomcat4, since that was
renamed from www/jakarta-tomcat. Bumped PORTREVISION.
Notes
Notes: svn path=/head/; revision=57524
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 3d5fe3f40b80..4552f244e6f1 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= orion
PORTVERSION= 1.5.2
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= www java
MASTER_SITES= http://www.orionserver.com/distributions/ \
http://www.atlassian.com/software/orion/downloads/ \
@@ -43,7 +43,7 @@ STDERR_LOG= ${LOG_DIR}/stderr.log
AUTO_START?= NO
STOP_TIMEOUT?= 5
PID_FILE= /var/run/${APP_SHORTNAME}.pid
-REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat/files/daemonctl.c \
+REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \
${FILESDIR}/${CONTROL_SCRIPT_NAME}.1 \
${FILESDIR}/${STARTUP_SCRIPT_NAME} \
${WRKSRC}/config/default-web-site.xml \