diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 21:19:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 21:19:30 +0000 |
commit | 06cd26c8008072b5c848d24814c8a627bf46706e (patch) | |
tree | dacb1eb0c9e5a389e985654caaef29f45c66b422 /www | |
parent | 986782822ce13f676de6aaa08bbca927daf55145 (diff) | |
download | ports-06cd26c8008072b5c848d24814c8a627bf46706e.tar.gz ports-06cd26c8008072b5c848d24814c8a627bf46706e.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/zope29/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 42b5608fcab5..d884d7864aa7 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -81,7 +81,9 @@ post-install: ${CP} ${FILESDIR}/Products_00readme-freebsd.txt \ ${ZOPEBASEDIR}/Products/00readme-freebsd.txt - ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r +.for d in lib bin doc skel Products + ${FIND} ${ZOPEBASEDIR}/$d -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r +.endfor @${CAT} ${PKGMESSAGE} @${ECHO_MSG} |