diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-21 19:50:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-21 19:50:51 +0000 |
commit | 2f377c76b4242e16baf3b6ca2fa6f41436a14638 (patch) | |
tree | 1c824c86af209eac5664a1a4400189c176daaaa3 /mail/maildrop/Makefile | |
parent | 6bbe74362dbd52a77b79fbb1e66d97a928108f34 (diff) | |
download | pkgsrc-2f377c76b4242e16baf3b6ca2fa6f41436a14638.tar.gz |
Add a check for whether maildrop is invoked by courier or not before
doing courier-specific things, like accepting the values of certain
environment variables for things like location of the mail folder for
local delivery. This addresses PR pkg/32369 in a way that still allows
for a future courier-mta package that just uses the maildrop package.
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 5c052261fd7..f10c69d83f8 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2006/02/05 23:09:56 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2006/03/21 19:50:51 jlam Exp $ DISTNAME= maildrop-2.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 |