pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt drop unneeded parens
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae24053e28b9
branches: trunk
changeset: 485674:ae24053e28b9
user: grant <grant%pkgsrc.org@localhost>
date: Sat Dec 18 16:24:37 2004 +0000
description:
drop unneeded parens
diffstat:
mail/mutt/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b5da6a9ad5dd -r ae24053e28b9 mail/mutt/Makefile
--- a/mail/mutt/Makefile Sat Dec 18 16:24:20 2004 +0000
+++ b/mail/mutt/Makefile Sat Dec 18 16:24:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2004/12/18 16:24:20 grant Exp $
+# $NetBSD: Makefile,v 1.124 2004/12/18 16:24:37 grant Exp $
DISTNAME= mutt-1.4.2.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -29,7 +29,7 @@
--enable-pop \
--enable-imap
-.if (${OPSYS} == "SunOS")
+.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --without-wc-funcs
.endif
Home |
Main Index |
Thread Index |
Old Index