summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-03-04 22:50:42 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-03-04 22:50:42 +0000
commit55acf188d006aa86373edec58d13bb9dbe3cb474 (patch)
tree81350b53728de6cce2d5cd8a51a335c548eaa0b5
parentUpgrade to version 3.83. (diff)
Fixed bug that caused install target to fail. Bumped PORTREVISION.
Reported by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=55539
-rw-r--r--www/orion-devel/Makefile4
-rw-r--r--www/orion/Makefile4
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} \