diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /security/squidclam | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) |
Notes
Diffstat (limited to 'security/squidclam')
-rw-r--r-- | security/squidclam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/squidclam/Makefile b/security/squidclam/Makefile index a6e69d96b314..52d18a203680 100644 --- a/security/squidclam/Makefile +++ b/security/squidclam/Makefile @@ -7,7 +7,7 @@ PORTNAME= squidclam PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,6 +31,8 @@ SUB_FILES= pkg-message PLIST_FILES= bin/squidclam %%EXAMPLESDIR%%/squidclam.conf PLIST_DIRS= %%EXAMPLESDIR%% +BROKEN= Doesn't build with clamav-0.93 + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ |