diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-08-24 16:42:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-08-24 16:42:59 +0000 |
commit | 9d9e71e29f582381d4d73891a154dce287bb4a19 (patch) | |
tree | 0b25a40b693b88f864a603530e547442968ee2b5 /security | |
parent | Document "bugzilla" - information disclosure, denial of service. (diff) |
Add LICENSE
Notes
Notes:
svn path=/head/; revision=259917
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index e4ec05cfb399..4ba6cfd6340a 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -32,6 +32,8 @@ USE_LDCONFIG= yes USE_RC_SUBR= clamav-clamd clamav-freshclam CONF_FILES= clamd freshclam +LICENSE= GPLv2 + PORTDOCS= * DBDIR= /var/db/clamav |