diff options
author | kim <kim> | 2000-03-02 05:23:54 +0000 |
---|---|---|
committer | kim <kim> | 2000-03-02 05:23:54 +0000 |
commit | d775e3c8fac708e5d13853e7352a22aa0258c21d (patch) | |
tree | 974b807fadb666284b3290697b1e1c120fa5abe9 /mail/nmh | |
parent | b99d5c41cdec892a6abc27d2f1313eaafd335127 (diff) | |
download | pkgsrc-d775e3c8fac708e5d13853e7352a22aa0258c21d.tar.gz |
Add a mirror to the MASTER_SITES for better reachability.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 11 |
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 |