summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-15 13:57:12 +0000
committerheinz <heinz>2004-05-15 13:57:12 +0000
commit7790bc9d585e75bc0cc55087d0377e951baed236 (patch)
treea792dac59233ecfd05a390029c851a9397ea1a02 /www
parent940bb5bef100b0c4241a467844c7af43ebc8bc10 (diff)
downloadpkgsrc-7790bc9d585e75bc0cc55087d0377e951baed236.tar.gz
Use option "-r" instead of "-e" for ${TEST} since this is not portable to some
operating systems (eg UnixWare).
Diffstat (limited to 'www')
-rw-r--r--www/squid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 64a09c302a6..64bdd378a75 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2004/05/06 14:44:53 taca Exp $
+# $NetBSD: Makefile,v 1.107 2004/05/15 13:57:12 heinz Exp $
DISTNAME= squid-2.5.STABLE5
PKGNAME= squid-2.5.5
@@ -104,7 +104,7 @@ post-install:
done
@( \
for FILE in ${OPTIONAL_FILES}; do \
- ${TEST} ! -e ${PREFIX}/$$FILE || ${ECHO} $$FILE; \
+ ${TEST} ! -r ${PREFIX}/$$FILE || ${ECHO} $$FILE; \
done; \
cd ${WRKSRC}/errors; \
for i in *; do \