diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 22:17:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 22:17:44 +0000 |
commit | 7a819b25a814c2ed704a681ce022d6cd00ce410e (patch) | |
tree | b507706d6f2594a174dd296a3cbf626c47b41cf4 /mail/pine | |
parent | eaed2d6261a83743addf8e1908058ecbb2b06f94 (diff) | |
download | pkgsrc-7a819b25a814c2ed704a681ce022d6cd00ce410e.tar.gz |
Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index c72b15ae5f3..21abf565d01 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/01/04 16:58:50 bouyer Exp $ +# $NetBSD: Makefile,v 1.34 2000/02/09 22:17:45 tron Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -6,7 +6,7 @@ DISTNAME= pine4.21 PKGNAME= pine-4.21 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/pine/ + ftp://ftp.fu-berlin.de/unix/mail/pine/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ |