aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-02-24 13:49:37 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-02-24 13:49:37 +0000
commitf0c840eb667829d57b67a8fbf5e5fee92a12de8c (patch)
tree053c10ee465e2f3ab4c743a479ddb4dc99865ed9 /mail/maildrop
parenta759b01d5731dac9c94cfb44cffe80fabf655341 (diff)
downloadports-f0c840eb667829d57b67a8fbf5e5fee92a12de8c.tar.gz
ports-f0c840eb667829d57b67a8fbf5e5fee92a12de8c.zip
- Fix REINPLACE_CMD syntax when WITH_AUTHLIB=yes
PR: ports/132040 (based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=228994
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f36d358f1c88..8d42acf907bc 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -83,8 +83,7 @@ post-patch:
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif
- @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ \
- -rpath=:${LOCALBASE}/lib/courier-authlib|' \
+ ${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
${WRKSRC}/maildrop/Makefile.in
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base