diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-04 22:50:42 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-04 22:50:42 +0000 |
commit | b6ecbc88d621b95621e0072cec4cc213f506b276 (patch) | |
tree | 0b577777080320ae87dfccb20e79a91f5959b921 /www/orion | |
parent | 685b07f9c4c0fe60bc66d62226ecbcd30bab7603 (diff) | |
download | FreeBSD-ports-b6ecbc88d621b95621e0072cec4cc213f506b276.zip FreeBSD-ports-b6ecbc88d621b95621e0072cec4cc213f506b276.tar.gz |
Fixed bug that caused install target to fail. Bumped PORTREVISION.
Reported by: Mike Harding <mvh@ix.netcom.com>
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 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} "/<rmi-server>/s//<rmi-server host=\"\[ALL\]\" port=\"${RMI_PORT}\">/" \ - > ${ORION_HOME}/config/rmi.xml + > ${APP_HOME}/config/rmi.xml @# Install the control script ${CAT} ${FILESDIR}/${APPCTL_NAME} \ |