summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-12 14:53:57 +0000
committertron <tron@pkgsrc.org>2001-02-12 14:53:57 +0000
commit2f8bafbd5db5ec186f7bdf0b8602ce6b2c170cf9 (patch)
treeca33c29b6280bf3f99b41b8aec1f592734dbaa24 /mail/mutt
parent07f43d0602ee147691a422a85f41d60aa6753788 (diff)
downloadpkgsrc-2f8bafbd5db5ec186f7bdf0b8602ce6b2c170cf9.tar.gz
Remove unnecessary "ALL_TARGET" and cleanup a bit.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 902d697a440..c34916d8bc4 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2001/02/07 05:16:39 fredb Exp $
+# $NetBSD: Makefile,v 1.65 2001/02/12 14:53:57 tron Exp $
DISTNAME= mutt-1.2.5i
CATEGORIES= mail
@@ -14,20 +14,19 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
BUILD_DEPENDS+= msgfmt:../../devel/gettext
-USE_LIBINTL= YES
-MAKE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lintl
-CONFIGURE_ENV+= LIBS=-lintl
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \
- --with-docdir=${PREFIX}/share/doc/mutt \
- --enable-pop --enable-imap \
- --without-included-gettext
-USE_CURSES= yes
+USE_LIBINTL= YES
+MAKE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LIBS=-lintl
+CONFIGURE_ENV+= LIBS=-lintl
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \
+ --with-docdir=${PREFIX}/share/doc/mutt \
+ --enable-pop --enable-imap \
+ --without-included-gettext
+USE_CURSES= YES
REPLACE_NCURSES= configure configure.in
-ALL_TARGET= keymap_defs.h all
-LDFLAGS+= -s
+LDFLAGS+= ${STRIPFLAG}
WRKSRC= ${WRKDIR}/${DISTNAME:S/i//}
.include "../../mk/bsd.prefs.mk"