summaryrefslogtreecommitdiff
path: root/mail/mutt-current
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
commit402899809af063240e564f105ec22423fefbea61 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /mail/mutt-current
parent4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff)
downloadpkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'mail/mutt-current')
-rw-r--r--mail/mutt-current/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/mutt-current/Makefile b/mail/mutt-current/Makefile
index b23c6c4a6ec..9fee274a49e 100644
--- a/mail/mutt-current/Makefile
+++ b/mail/mutt-current/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2000/05/09 22:23:27 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:38 hubertf Exp $
+
+IGNORE= "Stable mutt avaiable in mail/mutt"
DISTNAME= mutt-1.1.10i
WRKSRC= ${WRKDIR}/mutt-1.1.10
@@ -26,10 +28,9 @@ CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \
--enable-pop --enable-imap
LDFLAGS+= -s
-MIRROR_DISTFILE=no
RESTRICTED= "Contains PGP code"
-
-IGNORE= "Stable mutt avaiable in mail/mutt"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
.include "../../mk/bsd.prefs.mk"