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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index f0b46ebf10b..31467477e15 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/08/26 13:02:15 tron Exp $ +# $NetBSD: Makefile,v 1.43 2003/09/05 19:00:58 tron Exp $ DISTNAME= unzip550 PKGNAME= unzip-5.50 @@ -8,7 +8,7 @@ CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ftp://ftp.icce.rug.nl/infozip/src/ \ ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ \ - ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/unzip/ + ftp://ftp.fu-berlin.de/unix/tools/archivers/unzip/ PATCH_SITES= http://security.debian.org/pool/updates/main/u/unzip/ PATCHFILES= unzip_5.50-1woody2.diff.gz |