diff options
author | jlam <jlam> | 2006-03-21 19:50:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-21 19:50:51 +0000 |
commit | 7f131e295debed6cf8a2fc0847d70df3024934fd (patch) | |
tree | 1c824c86af209eac5664a1a4400189c176daaaa3 /mail/maildrop/Makefile | |
parent | 7c45087f2a925c5d0688a1433f503909cc8d69a8 (diff) | |
download | pkgsrc-7f131e295debed6cf8a2fc0847d70df3024934fd.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 |