aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat7
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2008-12-30 03:21:58 +0000
committerTong LIU <nemoliu@FreeBSD.org>2008-12-30 03:21:58 +0000
commit145839b422df244e3b83898c3418b3a49a761aec (patch)
tree625802376ca371a2039aa92867bff9386454f0f7 /www/tomcat7
parent4e0aa0ed99157d19cadd8f7881d816f91d13ea25 (diff)
downloadports-145839b422df244e3b83898c3418b3a49a761aec.tar.gz
ports-145839b422df244e3b83898c3418b3a49a761aec.zip
Notes
Diffstat (limited to 'www/tomcat7')
-rw-r--r--www/tomcat7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile
index 0318d8a9fbb9..4180e9917641 100644
--- a/www/tomcat7/Makefile
+++ b/www/tomcat7/Makefile
@@ -124,7 +124,7 @@ do-install:
@${ECHO_MSG} " [ DONE ]"
@${ECHO_MSG} -n ">> Fixing permissions..."
- @${CHMOD} 755 `${FIND} ${APP_HOME} -type d`
+ @@${FIND} ${APP_HOME} -type d -print0 | xargs -0 ${CHMOD} 755
@${ECHO_MSG} " [ DONE ]"
post-install: