diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-08-07 09:40:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-08-07 09:40:49 +0000 |
commit | 4da6496712015523b0cecd3484bec3878e0e7582 (patch) | |
tree | ab25799d1d42a81dafc3067db385ebc13b1503c7 /security/keychain | |
parent | e6f76567cd22632cef05cf155a6c0805c2ce62f5 (diff) | |
download | ports-4da6496712015523b0cecd3484bec3878e0e7582.tar.gz ports-4da6496712015523b0cecd3484bec3878e0e7582.zip |
Fix MASTER_SITES.
Submitted by: Erwin Lansing <erwin@lansing.dk>
PR: 40339
Notes
Notes:
svn path=/head/; revision=64145
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index cfc720d95477..ac821ca77c92 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -8,7 +8,10 @@ PORTNAME= keychain PORTVERSION= 1.9 CATEGORIES= security -MASTER_SITES= http://www.ibiblio.org/gentoo/distfiles/ +MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ \ + ftp://sunsite.dk/mirrors/gentoo/distfiles/ \ + ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \ + ftp://ftp.gentoo.no/pub/linux/distributions/gentoo/distfiles/ MAINTAINER= ports@FreeBSD.org |