diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-30 07:22:37 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-30 07:22:37 +0000 |
commit | e4554178ec7817f85270265b50ecb1742c5538a5 (patch) | |
tree | 4577641a3702e1133552b28434edfc1763960eb7 | |
parent | 1c15fcc994fc7894e80bf005c4b16ef1eed952a9 (diff) | |
download | ports-e4554178ec7817f85270265b50ecb1742c5538a5.tar.gz ports-e4554178ec7817f85270265b50ecb1742c5538a5.zip |
Notes
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 5e06eac6715e..b65e39f29926 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -117,8 +117,6 @@ post-patch: ${WRKSRC}/libs/liblock/configure @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \ - ${WRKSRC}/libs/imap/Makefile.in @${REINPLACE_CMD} -e 's|TLS_PROTOCOL=SSL3|TLS_PROTOCOL=SSL23|g' \ ${WRKSRC}/libs/imap/pop3d-ssl.dist.in \ ${WRKSRC}/libs/imap/imapd-ssl.dist.in |