From b6ecbc88d621b95621e0072cec4cc213f506b276 Mon Sep 17 00:00:00 2001 From: znerd Date: Mon, 4 Mar 2002 22:50:42 +0000 Subject: Fixed bug that caused install target to fail. Bumped PORTREVISION. Reported by: Mike Harding --- www/orion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/orion') diff --git a/www/orion/Makefile b/www/orion/Makefile index f05184a..0be9a41 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ \ @@ -92,7 +92,7 @@ do-install: @# Configure the port for the RMI server ${CAT} ${WRKSRC}/config/rmi.xml \ | ${SED} "//s///" \ - > ${ORION_HOME}/config/rmi.xml + > ${APP_HOME}/config/rmi.xml @# Install the control script ${CAT} ${FILESDIR}/${APPCTL_NAME} \ -- cgit v1.1