svn commit: r486875 - head/security/clamav
Mark Linimon
linimon at FreeBSD.org
Fri Dec 7 17:31:08 UTC 2018
Author: linimon
Date: Fri Dec 7 17:31:07 2018
New Revision: 486875
URL: https://svnweb.freebsd.org/changeset/ports/486875
Log:
Remove artifact from earlier version of patch.
Reported by: jbeich
Modified:
head/security/clamav/Makefile
Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile Fri Dec 7 17:07:00 2018 (r486874)
+++ head/security/clamav/Makefile Fri Dec 7 17:31:07 2018 (r486875)
@@ -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>
More information about the svn-ports-head
mailing list