aboutsummaryrefslogtreecommitdiffstats
path: root/www/tomcat6
diff options
context:
space:
mode:
authornemoliu <nemoliu@FreeBSD.org>2008-12-30 11:21:58 +0800
committernemoliu <nemoliu@FreeBSD.org>2008-12-30 11:21:58 +0800
commita1c102d329d0e615c58da526e608bb353baabf1f (patch)
tree2827aed7e7600418fd2e0bbf76254e3d6d577f2e /www/tomcat6
parent72dfe8971943ce088c747802c76c7814b46eb4e1 (diff)
downloadfreebsd-ports-gnome-a1c102d329d0e615c58da526e608bb353baabf1f.tar.gz
freebsd-ports-gnome-a1c102d329d0e615c58da526e608bb353baabf1f.tar.zst
freebsd-ports-gnome-a1c102d329d0e615c58da526e608bb353baabf1f.zip
- Fix for recursive permission correction
PR: 129544 Submitted by: Martin <nakal@web.de>
Diffstat (limited to 'www/tomcat6')
-rw-r--r--www/tomcat6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile
index 0318d8a9fbb9..4180e9917641 100644
--- a/www/tomcat6/Makefile
+++ b/www/tomcat6/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: