aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat55
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-22 09:56:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-22 09:56:54 +0000
commitc5a303dea9ff605ee1aabdce18cfc60b98ae67d7 (patch)
treef145d86976d72611a397e71906dccf0f393ed47a /www/tomcat55
parentb1bfba987745d99137ac60a901fc1df88c21ba7a (diff)
downloadports-c5a303dea9ff605ee1aabdce18cfc60b98ae67d7.tar.gz
ports-c5a303dea9ff605ee1aabdce18cfc60b98ae67d7.zip
My last commit changed functionality, but the old actions
were still present. So, just remove the old line. PR: 115680 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> (maintainer)
Notes
Notes: svn path=/head/; revision=198109
Diffstat (limited to 'www/tomcat55')
-rw-r--r--www/tomcat55/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/tomcat55/Makefile b/www/tomcat55/Makefile
index e53413fd869a..3ee1e3fa91ba 100644
--- a/www/tomcat55/Makefile
+++ b/www/tomcat55/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tomcat
PORTVERSION= 5.5.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-5/v${PORTVERSION}/bin
@@ -136,7 +136,6 @@ do-install:
@${FIND} ${APP_HOME} -type d | while read a; do\
${CHMOD} 755 "$$a"; \
done
- @${CHMOD} 755 `${FIND} ${APP_HOME} -type d`
@${ECHO_MSG} " [ DONE ]"
post-install: