diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-12 23:49:01 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-12 23:49:01 +0000 |
commit | 7a09c8cbe7189ef9a6ba28fd098b5e51a2881805 (patch) | |
tree | 6c77c7e2908878ca417641bb379f4ca78ad9e05e | |
parent | 4719232696223bad1ce14c46ea6f9175996d356b (diff) | |
download | pkgsrc-7a09c8cbe7189ef9a6ba28fd098b5e51a2881805.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".
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
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: |