aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat6/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-05-07 15:49:00 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-05-07 15:49:00 +0000
commit1d888a17cd5274bd1124f1086d4d8e4621e520c0 (patch)
treeadfe9a5aa8b625585649d89d7fd6bbb85cfcdfbb /www/tomcat6/Makefile
parentbb1f736d14cd7b35a048d78ca17030b1934f6eee (diff)
downloadports-1d888a17cd5274bd1124f1086d4d8e4621e520c0.tar.gz
ports-1d888a17cd5274bd1124f1086d4d8e4621e520c0.zip
Notes
Diffstat (limited to 'www/tomcat6/Makefile')
-rw-r--r--www/tomcat6/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile
index f35d460bebd7..9f0b6db2af02 100644
--- a/www/tomcat6/Makefile
+++ b/www/tomcat6/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tomcat
-PORTVERSION= 6.0.36
+PORTVERSION= 6.0.37
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-6/v${PORTVERSION}/bin
@@ -96,10 +96,6 @@ do-install:
. endif
.endfor
- @${ECHO_MSG} -n ">> Creating symlink to tools.jar..."
- @${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/lib/tools.jar
- @${ECHO_MSG} " [ DONE ]"
-
@${ECHO_MSG} -n ">> Fixing ownership settings..."
@${CHOWN} -R ${TOMCAT_USER}:${TOMCAT_GROUP} ${APP_HOME}/conf ${APP_HOME}/logs \
${APP_HOME}/temp ${APP_HOME}/webapps ${APP_HOME}/work