summaryrefslogtreecommitdiff
path: root/net/couriertcpd
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-02 22:07:32 +0000
committerjlam <jlam>2007-08-02 22:07:32 +0000
commitefe26c0283ccca55d70ba40ae547380b7a27286b (patch)
tree16c99ceb6c46268f85f80bb64041a4670a184d84 /net/couriertcpd
parent715b7f7f8ed466d50cf8fd4588055c0c3a1d37e9 (diff)
downloadpkgsrc-efe26c0283ccca55d70ba40ae547380b7a27286b.tar.gz
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.
Diffstat (limited to 'net/couriertcpd')
-rw-r--r--net/couriertcpd/Makefile3
1 files changed, 1 insertions, 2 deletions
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