aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-07 17:31:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-07 17:31:07 +0000
commit03cb50a9e9f98af978b7c4e844cae9f81f4c35ce (patch)
treec410aebca101fa48ad9ac5289840fdb38f056c1d /security/clamav
parent6e67fa95c287fe74e662c113d53a132b89f3c5ba (diff)
downloadports-03cb50a9e9f98af978b7c4e844cae9f81f4c35ce.tar.gz
ports-03cb50a9e9f98af978b7c4e844cae9f81f4c35ce.zip
Remove artifact from earlier version of patch.
Reported by: jbeich
Notes
Notes: svn path=/head/; revision=486875
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 442498d8a805..12f997b63887 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -141,8 +141,6 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \
-e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \
-e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|'
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lthr|g' \
-e 's|LC_REVISION=22|LC_REVISION=24|' \
@@ -183,4 +181,4 @@ post-install:
${STAGEDIR}${RUNDIR}
(cd ${WRKSRC}/docs/html; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>