diff options
-rw-r--r-- | mail/courier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 35b157a9e25d..9e27eda87fd9 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -74,7 +74,8 @@ CONFIGURE_ARGS= --disable-root-check --with-db=db \ --with-calendardir=${CALENDIR} \ --with-default-maildrop=${MAILDROPDEFAULT} \ --enable-workarounds-for-imap-client-bugs -CONFIGURE_ENV= PATH="${PATH}:${SCRIPTDIR}" + +PATH:=${PATH}:${SCRIPTDIR} # Respect the make.conf(5) NOUUCP setting WITH_TRANSPORT= local esmtp dsn |