diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-02-18 18:34:13 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-02-18 18:34:13 +0000 |
commit | 56cfde4f5847a7a0c5c355a37e7c4fbcefc3f4d8 (patch) | |
tree | 51fde5fc8a9bdf6a282a735d4f9c85a885e36246 /security/squidclam | |
parent | 3904a5b66afd542d22dc7e0adb86ff4e39adfb2e (diff) |
Notes
Diffstat (limited to 'security/squidclam')
-rw-r--r-- | security/squidclam/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/squidclam/Makefile b/security/squidclam/Makefile index 63a7bd917825..35dadb4b6f59 100644 --- a/security/squidclam/Makefile +++ b/security/squidclam/Makefile @@ -7,6 +7,7 @@ PORTNAME= squidclam PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,6 +35,8 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|cl_perror|cl_strerror|g' \ + ${WRKSRC}/squidclam.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |