diff options
author | novel <novel@FreeBSD.org> | 2005-10-27 04:23:15 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-27 04:23:15 +0000 |
commit | 0e3fc02af7b0845c0da7f01e9671761ed9842251 (patch) | |
tree | 6b29ee792ae196338f9244917f082b15f6ccfb26 /security/p5-CSP | |
parent | 6d537e32f81b1e2ae4182a92a3bdafafff17abad (diff) | |
download | FreeBSD-ports-0e3fc02af7b0845c0da7f01e9671761ed9842251.zip FreeBSD-ports-0e3fc02af7b0845c0da7f01e9671761ed9842251.tar.gz |
Add an additional MASTER_SITE provided by maintainer to fix fetch.
Reported by: pointyhat via kris
Diffstat (limited to 'security/p5-CSP')
-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 9a6d0b0..13abacf 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 |