diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-05-20 12:19:07 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-05-20 12:19:07 +0000 |
commit | 7ec247063f45a2a17b0316243d6c266b6a86c533 (patch) | |
tree | 86459bec7d2800fdd27e931b558631f829dcba28 /security | |
parent | b5a8c4baa4b617d61593836a8fb7c198301a7646 (diff) | |
download | FreeBSD-ports-7ec247063f45a2a17b0316243d6c266b6a86c533.zip FreeBSD-ports-7ec247063f45a2a17b0316243d6c266b6a86c533.tar.gz |
- make portlint happier
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 6c19ee7..54e97e0 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -24,7 +24,7 @@ COMMENT= IDEA extension module for gnupg (and RSA for demonstration) RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg EXTRACT_AFTER_ARGS= > ${WRKSRC}/idea.c -RESTRICTED= "IDEA is Patented in the USA and many European countries" +RESTRICTED= IDEA is Patented in the USA and many European countries NO_PACKAGE= ${RESTRICTED} NO_WRKSUBDIR= yes |