Date: Wed, 13 Jul 2016 19:08:26 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418498 - head/mail/dovecot2 Message-ID: <201607131908.u6DJ8QUk008537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Jul 13 19:08:25 2016 New Revision: 418498 URL: https://svnweb.freebsd.org/changeset/ports/418498 Log: Fix typo in LDFLAGS Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed Jul 13 18:38:47 2016 (r418497) +++ head/mail/dovecot2/Makefile Wed Jul 13 19:08:25 2016 (r418498) @@ -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; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607131908.u6DJ8QUk008537>