diff options
author | tron <tron@pkgsrc.org> | 1999-11-22 08:57:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-22 08:57:24 +0000 |
commit | d3c59ca7760e7a13d6b1640ec23f8059e01922e6 (patch) | |
tree | c435a017e0d5607165a461b830cd29be09fdb0a1 /mail | |
parent | a4f86da30cec12d2f40c4a273c6f50949e8a15b7 (diff) | |
download | pkgsrc-d3c59ca7760e7a13d6b1640ec23f8059e01922e6.tar.gz |
Add "ftp.fu-berlin.de" to master site list.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index ff7a7a409fa..12d85727fdb 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.31 1999/11/22 01:01:51 jwise Exp $ +# $NetBSD: Makefile,v 1.32 1999/11/22 08:57:24 tron Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # DISTNAME= pine4.21 PKGNAME= pine-4.21 CATEGORIES= mail news -MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/pine/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ |