- Fix REINPLACE_CMD syntax when WITH_AUTHLIB=yes

PR:		ports/132040 (based on)
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
Renato Botelho 2009-02-24 13:49:37 +00:00
parent a759b01d57
commit f0c840eb66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228994

View file

@ -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