diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-05 06:50:42 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-05 06:50:42 +0800 |
commit | b6ecbc88d621b95621e0072cec4cc213f506b276 (patch) | |
tree | 0b577777080320ae87dfccb20e79a91f5959b921 | |
parent | 685b07f9c4c0fe60bc66d62226ecbcd30bab7603 (diff) | |
download | freebsd-ports-gnome-b6ecbc88d621b95621e0072cec4cc213f506b276.tar.gz freebsd-ports-gnome-b6ecbc88d621b95621e0072cec4cc213f506b276.tar.zst freebsd-ports-gnome-b6ecbc88d621b95621e0072cec4cc213f506b276.zip |
Fixed bug that caused install target to fail. Bumped PORTREVISION.
Reported by: Mike Harding <mvh@ix.netcom.com>
-rw-r--r-- | www/orion-devel/Makefile | 4 | ||||
-rw-r--r-- | www/orion/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile index f05184a17a21..0be9a410715b 100644 --- a/www/orion-devel/Makefile +++ b/www/orion-devel/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} \ diff --git a/www/orion/Makefile b/www/orion/Makefile index f05184a17a21..0be9a410715b 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} \ |