From c05d170d22ff6156dfbdaeda333ef9be320af1aa Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 2 Aug 2007 22:07:32 +0000 Subject: Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.common into the Makefiles of the packages that include it: (1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be defined since the only code that used it in Makefile.common was removed. (2) Package Makefiles need to properly define PKG_OPTIONS_VAR and PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set them to the appropriate values to match the orginal names from before the botched migration. --- mail/maildrop/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/maildrop') diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index c51f2c6e8cf..1171679856a 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/06/15 18:20:06 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2007/08/02 22:07:32 jlam Exp $ DISTNAME= maildrop-2.0.2 CATEGORIES= security @@ -16,11 +16,10 @@ DEPENDS+= courier-maildir>=0.53.1:../../mail/courier-maildir USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ +PKG_OPTIONS_VAR= PKG_OPTIONS.maildrop PKG_SUPPORTED_OPTIONS= authlib PKG_SUGGESTED_OPTIONS= authlib -# PKGNAME is a parameter to the following file. -PKGNAME= ${DISTNAME} .include "../../mail/courier-mta/Makefile.common" # These are the users that may invoke maildrop with the "-d user" -- cgit v1.2.3