summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authortaca <taca>2009-06-30 17:11:29 +0000
committertaca <taca>2009-06-30 17:11:29 +0000
commitf532ae1dbe5a4aa15f72de00808c45dc7a30a9d1 (patch)
tree5d82168dc947d450c83f2515bdd094e92a5079f1 /www/squid
parentef6786c9df5aa4aeb8b5e97bbf9d528e7f7eb8a5 (diff)
downloadpkgsrc-f532ae1dbe5a4aa15f72de00808c45dc7a30a9d1.tar.gz
Revert generating PLIST for error files except @dirrm.
It was accidently deleted by previous commit. Also stop using PLIST.common_end here. It should fix some bulk problem of squid27/squid30/squid31 packages.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile.squid9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid
index ffc230f32a0..2b03984a9c7 100644
--- a/www/squid/Makefile.squid
+++ b/www/squid/Makefile.squid
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.squid,v 1.8 2009/06/14 22:58:10 joerg Exp $
+# $NetBSD: Makefile.squid,v 1.9 2009/06/30 17:11:29 taca Exp $
#
# used by www/squid26/Makefile
# used by www/squid27/Makefile
@@ -79,8 +79,13 @@ post-install:
${CHMOD} -w ${PREFIX}/libexec/pinger
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
( \
+ cd ${WRKSRC}/errors; \
+ for i in *; do \
+ ${TEST} -d $$i && \
+ (${LS} $$i/ERR_* | \
+ ${SED} -e 's@^@share/squid/errors/@'); \
+ done; \
cd ${WRKSRC}/icons; \
${LS} anthony-*.gif | \
${SED} -e 's@^@share/squid/icons/@'; \
) >>${PLIST_SRC}
- ${CAT} ${PKGDIR}/PLIST.common_end >>${PLIST_SRC}