aboutsummaryrefslogtreecommitdiff
path: root/www/squidclamav
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-09 21:22:09 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-09 21:22:09 +0000
commitda95656dec4b1649558a3bf974d0d226a6ae59a2 (patch)
treee082f9374d9cbd1959241578b72b85f50bddfa1a /www/squidclamav
parentc8cbe42481600a9df1898268b042d95719e73191 (diff)
Notes
Diffstat (limited to 'www/squidclamav')
-rw-r--r--www/squidclamav/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squidclamav/Makefile b/www/squidclamav/Makefile
index 1ce4c7bac19c..f29cea067780 100644
--- a/www/squidclamav/Makefile
+++ b/www/squidclamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= squidclamav
PORTVERSION= 6.10
+PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
@@ -22,7 +23,7 @@ CFLAGS+= -DHAVE_STRNSTR
MAN1= squidclamav.1
-CONFIGURE_ARGS+= --enable-static \
+CONFIGURE_ARGS+= --enable-shared --enable-static \
--sysconfdir="${PREFIX}/etc/c-icap" \
--with-c-icap=${LOCALBASE}
@@ -30,6 +31,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|CFGDIR=.*|CFGDIR="${PREFIX}/etc/c-icap"|g' \
${WRKSRC}/configure.in ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/etc/squidclamav.conf|${PREFIX}/etc/c\\-icap/squidclamav.conf|g' \
- ${WRKSRC}/doc/squidclamav.1
+ ${WRKSRC}/doc/squidclamav.1 ${WRKSRC}/src/squidclamav.h
.include <bsd.port.mk>