diff options
-rw-r--r-- | www/squid/Makefile.squid | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid index 2c5cac20b62..a5a90099c53 100644 --- a/www/squid/Makefile.squid +++ b/www/squid/Makefile.squid @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.squid,v 1.18 2010/07/29 03:04:16 taca Exp $ +# $NetBSD: Makefile.squid,v 1.19 2011/03/04 19:56:51 gdt Exp $ # # used by www/squid27/Makefile # used by www/squid31/Makefile @@ -82,6 +82,7 @@ post-install: ${POST_INSTALL_EXTRA} done ${CHMOD} -w ${DESTDIR}${PREFIX}/libexec/pinger ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + ${CHMOD} +w ${PLIST_SRC} (${FIND} ${DESTDIR}${PREFIX}/share/squid/errors \! -type d -print; \ ${FIND} ${DESTDIR}${PREFIX}/share/squid/icons \! -type d -print) | \ ${SED} -e 's#^${DESTDIR}${PREFIX}/##' | ${SORT} >>${PLIST_SRC} |