diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-11 07:34:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-11 07:34:30 +0000 |
commit | 328f3af476799cb7dacfcc1330d5bdf86b4fe287 (patch) | |
tree | 10db69020a192ec4a7df18d1f39fd5609a683eb3 /mail/maildrop | |
parent | 78f38dbd16b317bce7ab24d84020ff6d14b93b7f (diff) | |
download | pkgsrc-328f3af476799cb7dacfcc1330d5bdf86b4fe287.tar.gz |
Set PKGNAME, as it is a required parameter to
../../mail/courier-maildir/Makefile.common.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 2d57cc1a998..1290e09bfe5 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/11/10 01:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2005/11/11 07:34:30 rillig Exp $ DISTNAME= maildrop-2.0.1 CATEGORIES= security @@ -18,7 +18,10 @@ USE_LIBTOOL= yes PKG_SUPPORTED_OPTIONS= authlib PKG_SUGGESTED_OPTIONS= authlib +# PKGNAME is a parameter to the following file. +PKGNAME= ${DISTNAME} .include "../../mail/courier-maildir/Makefile.common" + .include "../../security/courier-authlib/Makefile.common" # These are the users that may invoke maildrop with the "-d user" |