summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 16:24:37 +0000
committergrant <grant@pkgsrc.org>2004-12-18 16:24:37 +0000
commit7ce7bd5f4bdecda14cd4b54df27036a8ea337569 (patch)
tree15c242f8748a15ce49b00d4e5810c73edc9e519f /mail
parent507eee2dac0a7c8d0c0d2ee9961f63db96b0c7f4 (diff)
downloadpkgsrc-7ce7bd5f4bdecda14cd4b54df27036a8ea337569.tar.gz
drop unneeded parens
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index c2998b3211a..bffa8e69bd8 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
--enable-pop \
--enable-imap
-.if (${OPSYS} == "SunOS")
+.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --without-wc-funcs
.endif