diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 13:09:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 13:09:19 +0000 |
commit | 14137caf356b7b03b3358720e00909ca41354f06 (patch) | |
tree | ad8f120c7dced104821dbc858a66110477dab366 /security/clamav/Makefile | |
parent | Fix maintainers email address (diff) |
maintainer-update: security/clamav to 0.54
PR: ports/47291
Submitted by: TERAMOTO Masahiro <markun@onohara.to>
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 0a49f0bd7458..56c8ab30a97a 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.20 +PORTVERSION= 0.54 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ @@ -24,10 +24,18 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav --disable-pthreads -MAN1= clamscan.1 freshclam.1 sigtool.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 +MAN5= clamav.conf.5 +MAN8= clamd.8 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 +EXTRA_PATCHES= ${FILESDIR}/patch5-* +.endif pre-install: @${ECHO} "==> Creating custom user to run clamav..." - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL +# ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |