diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-19 00:00:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-19 00:00:37 +0000 |
commit | a7b432d6db174cd5e4f02f83d6eb09374d09b2fa (patch) | |
tree | 96d49d80d4c95bc7e9340979b98514f7c8053f71 /mail/courier | |
parent | 0f641c26686ead3df3e9edba4d539ed42612cc55 (diff) | |
download | ports-a7b432d6db174cd5e4f02f83d6eb09374d09b2fa.tar.gz ports-a7b432d6db174cd5e4f02f83d6eb09374d09b2fa.zip |
Notes
Diffstat (limited to 'mail/courier')
-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 |