summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-03-02 05:23:54 +0000
committerkim <kim@pkgsrc.org>2000-03-02 05:23:54 +0000
commit510a152e09d9e5a34ffe7a3dd21cba7c80ec391f (patch)
tree974b807fadb666284b3290697b1e1c120fa5abe9 /mail/nmh
parentcf1a283b68e96a19f58e91abb33ecdda4f36faf8 (diff)
downloadpkgsrc-510a152e09d9e5a34ffe7a3dd21cba7c80ec391f.tar.gz
Add a mirror to the MASTER_SITES for better reachability.
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 70a241cffe0..ca7a2ce9246 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.34 2000/03/02 05:11:42 kim Exp $
+# $NetBSD: Makefile,v 1.35 2000/03/02 05:23:54 kim Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
DISTNAME= nmh-1.0.3
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/
+MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \
+ ftp://ftp.gw.com/pub/unix/mail/mh/nmh/
-MAINTAINER= kim@tac.nyc.ny.us
+MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.math.gatech.edu/nmh/
CONFLICTS= ja-mh-*
@@ -30,11 +31,11 @@ CONFIGURE_ARGS+= \
--with-mts=${NMH_MTA}
.ifdef NMH_EDITOR
-CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR}
+CONFIGURE_ARGS+=--with-editor=${NMH_EDITOR}
.endif
.ifdef NMH_PAGER
-CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
+CONFIGURE_ARGS+=--with-pager=${NMH_PAGER}
.endif
.if defined(KERBEROS) && ${KERBEROS} == 4