diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-06 09:51:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-06 09:51:56 +0000 |
commit | 36951f8d86193aae9e36fa0c78bad63b4439dbea (patch) | |
tree | 7db752379a6d7ba373ea3972b99de09d5911b2f2 | |
parent | 30e77415516c6dbbe50df5cc4583ad1bf9cbbddf (diff) |
Notes
-rw-r--r-- | security/clamav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index f6464f9b57cc..05e99abb612c 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= ${DISTVERSION:C/([a-z])[a-z]*/.\1/g:S/-/./g} +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -36,7 +37,7 @@ USE_RC_SUBR= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PORTDOCS= NEWS ChangeLog html +PORTDOCS= NEWS ChangeLog DBDIR= /var/db/clamav LOGDIR= /var/log/clamav |