diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
commit | c55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (patch) | |
tree | 123ddeae4f07536b3d89acc6409ce124aa06d373 /security/clamsmtp/Makefile | |
parent | f7fc243237d967aba76bb0b8a954cf952eca0693 (diff) | |
download | ports-c55ac89dcdd6a84ca67f7888c69ebe78c1dac826.tar.gz ports-c55ac89dcdd6a84ca67f7888c69ebe78c1dac826.zip |
Notes
Diffstat (limited to 'security/clamsmtp/Makefile')
-rw-r--r-- | security/clamsmtp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index 1ed4421dd3f0..fb55ca695054 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -34,7 +34,6 @@ SUB_LIST+= CLAMD= .endif post-patch: - @${REINPLACE_CMD} -e "s,%%PTHREAD_LIBS%%,${PTHREAD_LIBS}," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s,/var/run/clamav/clamd,/var/run/clamav/clamd.sock," \ ${WRKSRC}/doc/clamsmtpd.conf \ ${WRKSRC}/doc/clamsmtpd.conf.5 \ |