diff options
author | novel <novel@FreeBSD.org> | 2005-10-27 12:23:15 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-27 12:23:15 +0800 |
commit | 0e3fc02af7b0845c0da7f01e9671761ed9842251 (patch) | |
tree | 6b29ee792ae196338f9244917f082b15f6ccfb26 /security | |
parent | 6d537e32f81b1e2ae4182a92a3bdafafff17abad (diff) | |
download | freebsd-ports-gnome-0e3fc02af7b0845c0da7f01e9671761ed9842251.tar.gz freebsd-ports-gnome-0e3fc02af7b0845c0da7f01e9671761ed9842251.tar.zst freebsd-ports-gnome-0e3fc02af7b0845c0da7f01e9671761ed9842251.zip |
Add an additional MASTER_SITE provided by maintainer to fix fetch.
Reported by: pointyhat via kris
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-CSP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 9a6d0b07643f..13abacff193f 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -8,7 +8,8 @@ PORTNAME= CSP PORTVERSION= 0.32 CATEGORIES= security perl5 -MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ +MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \ + http://cold.darkambient.net/ PKGNAMEPREFIX= p5- MAINTAINER= lx@redundancy.redundancy.org |