diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-10 11:25:06 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-10 11:25:06 +0000 |
commit | f0a01a1e2d260cc795fc36773b77c96e856012f1 (patch) | |
tree | 3f662537799694efd1f32d44b2596fc518e1542c /security/truecrypt | |
parent | 0a8fc4d0e419691d2116fc18704efea236d90a12 (diff) |
Notes
Diffstat (limited to 'security/truecrypt')
-rw-r--r-- | security/truecrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index cb46d5a6ac99..d0cd51879a0c 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -5,7 +5,8 @@ PORTNAME= truecrypt PORTVERSION= 7.1a CATEGORIES= security MASTER_SITES= SF/wxwindows/${WX_VER}/:wxwidgets \ - ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa + ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa \ + http://mirrors.rit.edu/zi/pkcs-11/v2-20/:rsa DISTFILES= ${TC_SRCFILE}:tc \ wxWidgets-${WX_VER}.tar.gz:wxwidgets \ pkcs11.h:rsa \ |