diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-07-14 03:08:25 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-07-14 03:08:25 +0800 |
commit | eea6c7f769ad21df8044edec320e517c2d390c18 (patch) | |
tree | 5dd5658ca5b8ce5a54bc834e8dbe7a10cf86318e /mail/dovecot2 | |
parent | 2dba9455cf92daf6e7398c0d524f831c4d4a01bc (diff) | |
download | freebsd-ports-gnome-eea6c7f769ad21df8044edec320e517c2d390c18.tar.gz freebsd-ports-gnome-eea6c7f769ad21df8044edec320e517c2d390c18.tar.zst freebsd-ports-gnome-eea6c7f769ad21df8044edec320e517c2d390c18.zip |
Fix typo in LDFLAGS
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 4c415df71c55..7e5bf56cdb4c 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -145,7 +145,7 @@ WITH_OPENSSL_PORT= yes .include <bsd.port.pre.mk> CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} -LDFLAGS+= -L${LOCALBASE}/lib -I${OPENSSLLIB} +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} post-patch: @${REINPLACE_CMD} -e 's,/etc/dovecot,${PREFIX}/etc/dovecot,g; \ |