diff options
author | rillig <rillig> | 2005-11-11 07:34:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-11 07:34:30 +0000 |
commit | 6224a81fb10e836b190cd5c4ec3fdcf3d63d480e (patch) | |
tree | 10db69020a192ec4a7df18d1f39fd5609a683eb3 /mail | |
parent | f720af20169b1b4b2de89a0901b1795c8bef7888 (diff) | |
download | pkgsrc-6224a81fb10e836b190cd5c4ec3fdcf3d63d480e.tar.gz |
Set PKGNAME, as it is a required parameter to
../../mail/courier-maildir/Makefile.common.
Diffstat (limited to 'mail')
-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" |