summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-07-07 15:21:36 +0000
committertron <tron@pkgsrc.org>2009-07-07 15:21:36 +0000
commit14e3788f9fc4db8d833ab83c730f86adc96b25a1 (patch)
tree774742a21ce212ba60bd573bae3f77dc5901c14e /www/squid
parentc030ebab93d3f38d7f8917e13f850166d085daba (diff)
downloadpkgsrc-14e3788f9fc4db8d833ab83c730f86adc96b25a1.tar.gz
Improve package list creation to work with symbolic links as well.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile.squid6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid
index 7238663fb89..868766dfe5b 100644
--- a/www/squid/Makefile.squid
+++ b/www/squid/Makefile.squid
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.squid,v 1.11 2009/07/07 15:01:12 tron Exp $
+# $NetBSD: Makefile.squid,v 1.12 2009/07/07 15:21:36 tron Exp $
#
# used by www/squid26/Makefile
# used by www/squid27/Makefile
@@ -82,6 +82,6 @@ post-install: ${POST_INSTALL_EXTRA}
done
${CHMOD} -w ${PREFIX}/libexec/pinger
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- (${FIND} ${PREFIX}/share/squid/errors -type f -print; \
- ${FIND} ${PREFIX}/share/squid/icons -type f -print) | \
+ (${FIND} ${PREFIX}/share/squid/errors \! -type d -print; \
+ ${FIND} ${PREFIX}/share/squid/icons \! -type d -print) | \
${SED} -e 's#^${PREFIX}/##' | ${SORT} >>${PLIST_SRC}