summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-03-01 15:54:37 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-03-01 15:54:37 +0000
commite908eb0679a26fab626cddacbdcd218ece15bb99 (patch)
tree47b134f2d8f7fdcab1024daccfaa8dad03384677 /security/clamav
parentTarfile was regenerated, changing the checksum. Verified (diff)
- Fix problems with thread caused by a bad REINPLACE_CMD.
- Bump PORTREVISION Reported by: many users
Notes
Notes: svn path=/head/; revision=186302
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 34f8aa8c5df4..c3ac5529bc24 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.90
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF
@@ -137,7 +137,7 @@ CONFIGURE_ARGS+= --enable-experimental
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-pthread -lc_r|${PTHREAD_LIBS}|g' \
+ @${REINPLACE_CMD} -e 's|-lpthread -lc_r|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,g' \
${WRKSRC}/Makefile.in