diff options
author | pav <pav@FreeBSD.org> | 2007-03-21 00:59:36 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-21 00:59:36 +0000 |
commit | 06a7662abbbb14a6c04c2dbf5141e8470400102e (patch) | |
tree | 794f5c04c89ec8b65f75194628e774577064d42d /www | |
parent | 85bb45082898bc84718d86e2a1296471d4f54a92 (diff) | |
download | FreeBSD-ports-06a7662abbbb14a6c04c2dbf5141e8470400102e.zip FreeBSD-ports-06a7662abbbb14a6c04c2dbf5141e8470400102e.tar.gz |
- s/jakarta-tomcat4.1/apache-tomcat4.1/ per recent changes in that port
Reported by: pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/jetspeed/Makefile | 2 | ||||
-rw-r--r-- | www/jetspeed/pkg-message | 2 | ||||
-rw-r--r-- | www/jetspeed/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/jetspeed/Makefile b/www/jetspeed/Makefile index ced636a..83404ad 100644 --- a/www/jetspeed/Makefile +++ b/www/jetspeed/Makefile @@ -26,7 +26,7 @@ JAVA_VERSION= 1.4 NO_BUILD= yes -JAKARTA_HOME= ${LOCALBASE}/jakarta-tomcat4.1 +JAKARTA_HOME= ${LOCALBASE}/apache-tomcat4.1 do-install: @${INSTALL_DATA} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps diff --git a/www/jetspeed/pkg-message b/www/jetspeed/pkg-message index 7ef643d..c97da8d 100644 --- a/www/jetspeed/pkg-message +++ b/www/jetspeed/pkg-message @@ -1,6 +1,6 @@ Once everything is finally installed set the JAVA_HOME variable to ${LOCALBASE}/jdk1.4.2 and run the Tomcat server. The JetSpeed portal war file is copied to -${LOCALBASE}/jakarta-tomcat4.1/webapps, where tomcat resides. +${LOCALBASE}/apache-tomcat4.1/webapps, where tomcat resides. For more information on how it works look at JetSpeed homepage. diff --git a/www/jetspeed/pkg-plist b/www/jetspeed/pkg-plist index 396aaa9..fda7ffe 100644 --- a/www/jetspeed/pkg-plist +++ b/www/jetspeed/pkg-plist @@ -1,4 +1,4 @@ -jakarta-tomcat4.1/webapps/jetspeed.war +apache-tomcat4.1/webapps/jetspeed.war %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README |