summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorheinz <heinz>2007-05-12 23:49:01 +0000
committerheinz <heinz>2007-05-12 23:49:01 +0000
commita3c8147b96655e216b113d567b9a74d7b729d869 (patch)
tree6c77c7e2908878ca417641bb379f4ca78ad9e05e /mail/squirrelmail
parenta223f538d5215ad7bf9b34d233daf788087a382b (diff)
downloadpkgsrc-a3c8147b96655e216b113d567b9a74d7b729d869.tar.gz
Applied fix submitted by Ed Gould in PR pkg/36312 to enable build on
Solaris again. On NetBSD, find accepts both "-o" and "-or".
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 71759e00cc1..3b195bf13c6 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2007/05/10 10:08:24 martti Exp $
+# $NetBSD: Makefile,v 1.86 2007/05/12 23:49:01 heinz Exp $
DISTNAME= squirrelmail-1.4.10a
CATEGORIES= mail www
@@ -67,7 +67,7 @@ post-extract:
${WRKDIR:Q}/squirrelmail.conf.dist
pre-configure:
- find ${WRKSRC:Q} \( -name '*.orig*' -or -name '.cvsignore' \) \
+ find ${WRKSRC:Q} \( -name '*.orig*' -o -name '.cvsignore' \) \
-exec rm -f {} \;
do-install: