diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-19 11:53:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-19 11:53:33 +0800 |
commit | 27d393632625dc559e7dbf410023be27a0211694 (patch) | |
tree | a34fe6144910c67aedfe05b6ade3aed1c91db6f4 /security/botan | |
parent | 04e4c05e1d3f5060fb54d14ba019cd12a35bb61f (diff) | |
download | freebsd-ports-gnome-27d393632625dc559e7dbf410023be27a0211694.tar.gz freebsd-ports-gnome-27d393632625dc559e7dbf410023be27a0211694.tar.zst freebsd-ports-gnome-27d393632625dc559e7dbf410023be27a0211694.zip |
- Change MASTER_SITES in case of fetch error problem
Note by: krisbot
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 8df8361807b6..6065e118a506 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -10,7 +10,7 @@ PORTNAME= botan PORTVERSION= 1.4.4 PORTREVISION= 0 CATEGORIES= security -MASTER_SITES= http://botan.randombit.net/files/ +MASTER_SITES= http://files.randombit.net/botan/ DISTNAME= Botan-${PORTVERSION} EXTRACT_SUFX= .tbz |