Index: head/security/clamfs/Makefile =================================================================== --- head/security/clamfs/Makefile (revision 425820) +++ head/security/clamfs/Makefile (revision 425821) @@ -1,40 +1,40 @@ # Created by: Mageirias Anastasios # $FreeBSD$ PORTNAME= clamfs PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= anastmag@gmail.com +MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ libPocoNet.so:devel/poco-ssl \ librlog.so:devel/rlog BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav GNU_CONFIGURE= yes USES= fuse CPPFLAGS+= -I${LOCALBASE}/include/boost/tr1 PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz OPTIONS_DEFINE= DOCS DOCS_PORTDOCS= * post-patch-DOCS-on: @${REINPLACE_CMD} -e '/socket=/s/ctl/sock/' \ ${WRKSRC}/doc/clamfs.xml post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/clamfs.xml ${STAGEDIR}${DOCSDIR} .include Index: head/security/clamfs/pkg-message =================================================================== --- head/security/clamfs/pkg-message (revision 425820) +++ head/security/clamfs/pkg-message (revision 425821) @@ -1,7 +1,7 @@ ************************************************************************** -In order to use clamav, you should load fuse.ko module. +In order to use clamfs, you should load fuse.ko module. Type "sudo kldload fuse.ko" For more info please visit http://clamfs.sourceforge.net **************************************************************************