diff options
author | gdt <gdt@pkgsrc.org> | 2008-02-22 00:36:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-02-22 00:36:12 +0000 |
commit | 7f5048b99ae32eece2f54a86b5870fef4f865f6c (patch) | |
tree | b5338aca5fabc7b344e3cc44baf1827f921b190a /mail | |
parent | 8445ecc84ca3b1a530fd37a4b554c927f491bb81 (diff) | |
download | pkgsrc-7f5048b99ae32eece2f54a86b5870fef4f865f6c.tar.gz |
fix whitespace
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index a64443b7358..62eaa0252a1 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2008/02/21 17:55:56 gdt Exp $ +# $NetBSD: Makefile,v 1.155 2008/02/22 00:36:12 gdt Exp $ DISTNAME= mutt-1.4.2.3 PKGREVISION= 2 @@ -21,7 +21,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ --with-docdir=${PREFIX}/share/doc/mutt \ --without-included-gettext \ --enable-pop \ |