diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-05 16:40:54 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-05-05 16:40:54 +0000 |
commit | 91d9883a9e309ddaeb52a4e7560c5a321ecdfb58 (patch) | |
tree | e33c21d3ecaa7956e9ca93cd72953872af76d285 /mail/maildrop/Makefile | |
parent | db7bde8a7e50a0619ac9abfba2aafd72bd2347ca (diff) |
Notes
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 1d7f3c6bcab8..1288825ee0eb 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -114,7 +114,7 @@ post-patch: -e "s/\(deliverquota.html\)/maildrop-\1/" ${WRKSRC}/${f} .endfor .if ${PORT_OPTIONS:MAUTHLIB} - @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \ + @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -L${LOCALBASE}/lib/courier-authlib|' \ ${WRKSRC}/libs/maildrop/Makefile.in .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" |