mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
a759b01d57
commit
f0c840eb66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228994
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ post-patch:
|
||||||
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
|
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
|
||||||
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
|
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
|
||||||
.endif
|
.endif
|
||||||
@${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ \
|
${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
|
||||||
-rpath=:${LOCALBASE}/lib/courier-authlib|' \
|
|
||||||
${WRKSRC}/maildrop/Makefile.in
|
${WRKSRC}/maildrop/Makefile.in
|
||||||
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||||
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||||
|
|
Loading…
Add table
Reference in a new issue