diff options
author | tron <tron> | 2003-09-05 19:00:57 +0000 |
---|---|---|
committer | tron <tron> | 2003-09-05 19:00:57 +0000 |
commit | 046e54a08d71033a1818c167973ac9db4e5592db (patch) | |
tree | ccf7970c111931b2234f327e1dc0376ba27ba916 /editors/pico | |
parent | 316e6f3077de83853e3ab3c665369d629fe76298 (diff) | |
download | pkgsrc-046e54a08d71033a1818c167973ac9db4e5592db.tar.gz |
Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 5dba9d24a64..043e9016149 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2003/07/28 14:35:33 adam Exp $ +# $NetBSD: Makefile,v 1.42 2003/09/05 19:00:58 tron Exp $ DISTNAME= pine4.56 PKGNAME= pico-4.6 CATEGORIES= editors 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/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |