pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid Revert generating PLIST for error files exce...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8e7e9121f0b
branches: trunk
changeset: 394990:d8e7e9121f0b
user: taca <taca%pkgsrc.org@localhost>
date: Tue Jun 30 17:11:29 2009 +0000
description:
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:
www/squid/Makefile.squid | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r acd8112e4f36 -r d8e7e9121f0b www/squid/Makefile.squid
--- a/www/squid/Makefile.squid Tue Jun 30 16:11:49 2009 +0000
+++ b/www/squid/Makefile.squid Tue Jun 30 17:11:29 2009 +0000
@@ -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 @@
${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}
Home |
Main Index |
Thread Index |
Old Index