diff options
author | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
commit | 5a8b8b09802dae8d07d94fa71ae8d23225186ac1 (patch) | |
tree | ccf7970c111931b2234f327e1dc0376ba27ba916 /security/stunnel | |
parent | 61887b809805f797df2352bc5af929d3992d0dd1 (diff) | |
download | pkgsrc-5a8b8b09802dae8d07d94fa71ae8d23225186ac1.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 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 8689cebdd2f..240f5fa0ef4 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2003/07/29 11:18:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.35 2003/09/05 19:01:00 tron Exp $ DISTNAME= stunnel-4.04 PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/security/stunnel/ \ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ http://www.stunnel.org/download/stunnel/src/ |