diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 64f168f89c42..3beaf5246ed2 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -75,7 +75,7 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ --enable-unicode \ --disable-root-check \ --with-locking-method=fcntl \ - COURIERAUTHCONFIG=${LOCALBASE}/bin/courierauthconfig + COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig .include <bsd.port.pre.mk> |