summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-02 22:07:32 +0000
committerjlam <jlam@pkgsrc.org>2007-08-02 22:07:32 +0000
commitc31adf5ec6b62b0b62106d9d7d661a76d7f3f733 (patch)
tree16c99ceb6c46268f85f80bb64041a4670a184d84 /net
parent0769f64da323df2d7a2fa51615ca1370b6996ed1 (diff)
downloadpkgsrc-c31adf5ec6b62b0b62106d9d7d661a76d7f3f733.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')
-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