diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-03-03 12:03:02 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-03-03 12:03:02 +0000 |
commit | 471edab51ff6c86bd295ed60c4d7da4c33496111 (patch) | |
tree | 95833b0af128ad1bca85488b3129f804ace2c246 /security/truecrypt | |
parent | dbf0b2677f7fe3eeab0b27cc7460bf5f56f20ff4 (diff) |
Notes
Diffstat (limited to 'security/truecrypt')
-rw-r--r-- | security/truecrypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index 3b8a30e49377..54ae2381c370 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -26,9 +26,9 @@ WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source USES= fuse iconv pkgconfig USE_GCC= any USE_GMAKE= yes -RESTRICTED= Downloading requires acceptance of license agreement -NO_CDROM= Distribution requires acceptance of license agreement -NO_PACKAGE= Distribution requires acceptance of license agreement +RESTRICTED= May not be redistributed. Must accept license to download. +NO_CDROM= May not be redistributed. Must accept license to download. +NO_PACKAGE= May not be redistributed. Must accept license to download. NO_STAGE= yes TC_SRCFILE= TrueCrypt_${PORTVERSION}_Source.tar.gz |