diff options
author | taca <taca> | 2006-03-05 04:21:20 +0000 |
---|---|---|
committer | taca <taca> | 2006-03-05 04:21:20 +0000 |
commit | 67c25524bf5cc883a180461b19f02b4932cff16c (patch) | |
tree | ef502f72b54695a5703ee286a0db896f5e003f86 /www | |
parent | 0e25bf6c65350d2f1eba06eb83175b12a6eb5271 (diff) | |
download | pkgsrc-67c25524bf5cc883a180461b19f02b4932cff16c.tar.gz |
Backout partly previous fixes.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 5eddca983b2..3d09f8c9e69 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2006/03/04 13:40:07 taca Exp $ +# $NetBSD: Makefile,v 1.171 2006/03/05 04:21:20 taca Exp $ DISTNAME= squid-2.5.STABLE12 PKGNAME= squid-2.5.12 @@ -120,7 +120,7 @@ post-install: ${INSTALL_DATA_DIR} ${DOCDIR} @cd ${WRKSRC}; \ for i in ${DOCFILES}; do \ - ${INSTALL_DATA} ${i} ${DOCDIR}; \ + ${INSTALL_DATA} $$i ${DOCDIR}; \ done @( \ for FILE in ${OPTIONAL_FILES}; do \ @@ -129,9 +129,9 @@ post-install: cd ${WRKSRC}/errors; \ for i in *; do \ ${TEST} -d ${i} && \ - (${LS} ${i}/ERR_* | \ + (${LS} $$i/ERR_* | \ ${SED} -e 's@^@share/squid/errors/@'; \ - ${ECHO} "@dirrm share/squid/errors/${i}"); \ + ${ECHO} "@dirrm share/squid/errors/$$i"); \ done; \ ${ECHO} "@dirrm share/squid/errors"; \ cd ${WRKSRC}/icons; \ |