From efe26c0283ccca55d70ba40ae547380b7a27286b 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. --- net/couriertcpd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/couriertcpd') diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile index 258ef1733d3..6a98bb5f73a 100644 --- a/net/couriertcpd/Makefile +++ b/net/couriertcpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/06/08 15:18:42 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/02 22:07:32 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/tcpd-/} @@ -16,7 +16,6 @@ CONFLICTS= courier-imap<4.11 USE_TOOLS+= gmake USE_LANGUAGES= c c++ -PKG_SUPPORTED_OPTIONS= # none .include "../../mail/courier-mta/Makefile.common" # This package doesn't need to depend on courier-authlib -- just fake -- cgit v1.2.3