summaryrefslogtreecommitdiffstats
path: root/www/jetty/pkg-message
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-04-09 18:16:36 +0000
committerarved <arved@FreeBSD.org>2003-04-09 18:16:36 +0000
commitb7c2e17cbda732f96bdb635edae1d865552d1a96 (patch)
treee169727cb7b5c62f00d2fc37546eb51ab73da8b1 /www/jetty/pkg-message
parent5a5d2bc6ba8170c68a4d8b509a962dbf608b3757 (diff)
downloadFreeBSD-ports-b7c2e17cbda732f96bdb635edae1d865552d1a96.zip
FreeBSD-ports-b7c2e17cbda732f96bdb635edae1d865552d1a96.tar.gz
Update to 2.4.9
PR: 50350, 50388 Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch>
Diffstat (limited to 'www/jetty/pkg-message')
-rw-r--r--www/jetty/pkg-message10
1 files changed, 9 insertions, 1 deletions
diff --git a/www/jetty/pkg-message b/www/jetty/pkg-message
index 6e1dd59..df04848 100644
--- a/www/jetty/pkg-message
+++ b/www/jetty/pkg-message
@@ -1,16 +1,24 @@
- The environment variable JETTY_HOME should be set to the
installation directory. Typically :
-
+
+ For shells like bash:
JETTY_HOME=%%PREFIX%%/share/java/jetty-%%PORTVERSION%%
export JETTY_HOME
+
+ For shells like (t)csh:
+ setenv JETTY_HOME %%PREFIX%%/share/java/jetty-%%PORTVERSION%%
- The environment variable JAVA_HOME should be set to the
Java installation directory. For instance :
+ For shells like bash:
JAVA_HOME=%%PREFIX%%/jdk1.3.1
export JAVA_HOME
+ For shells like (t)csh:
+ setenv JAVA_HOME %%PREFIX%%/jdk1.3.1
+
- Running the Demo :
$JETTY_HOME/bin/jetty.sh demo
OpenPOWER on IntegriCloud