pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Applied fix submitted by Ed Gould in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5097f70001c5
branches: trunk
changeset: 528705:5097f70001c5
user: heinz <heinz%pkgsrc.org@localhost>
date: Sat May 12 23:49:01 2007 +0000
description:
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:
mail/squirrelmail/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 384c78eda872 -r 5097f70001c5 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile Sat May 12 20:56:23 2007 +0000
+++ b/mail/squirrelmail/Makefile Sat May 12 23:49:01 2007 +0000
@@ -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 @@
${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:
Home |
Main Index |
Thread Index |
Old Index