Fix some 640 permissions on www/squidguard:

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/squidguard/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    30 Nov 2013 15:41:40 -0000      1.21
+++ Makefile    24 Jan 2014 21:33:25 -0000
@@ -3,7 +3,7 @@
 COMMENT =              filter, redirector and access controller for Squid
 
 DISTNAME =             squidGuard-1.4
-REVISION =             9
+REVISION =             10
 CATEGORIES =           www
 
 HOMEPAGE =             http://www.squidguard.org/
@@ -74,5 +74,7 @@ do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/squidguard
        @rm ${WRKDIST}/samples/{Makefile,*.in}
        cp -R ${WRKDIST}/samples/* ${PREFIX}/share/examples/squidguard/
+       find ${PREFIX}/share/examples/squidguard/ -type d | xargs chmod 755
+       find ${PREFIX}/share/examples/squidguard/ -type f | xargs chmod 644
 
 .include <bsd.port.mk>

Reply via email to