diff options
author | tobez <tobez@FreeBSD.org> | 2002-08-07 17:40:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-08-07 17:40:49 +0800 |
commit | c81ac803b086eecce239ccc32b7521cf91d82da5 (patch) | |
tree | 61e5fe619edb92fc6a0f970bdc5ee7701c6c58be | |
parent | 34719a9783f7c715d0981369a9143a4d59e94c68 (diff) | |
download | freebsd-ports-gnome-c81ac803b086eecce239ccc32b7521cf91d82da5.tar.gz freebsd-ports-gnome-c81ac803b086eecce239ccc32b7521cf91d82da5.tar.zst freebsd-ports-gnome-c81ac803b086eecce239ccc32b7521cf91d82da5.zip |
Fix MASTER_SITES.
Submitted by: Erwin Lansing <erwin@lansing.dk>
PR: 40339
-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 |