diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-02 22:07:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-02 22:07:32 +0000 |
commit | c31adf5ec6b62b0b62106d9d7d661a76d7f3f733 (patch) | |
tree | 16c99ceb6c46268f85f80bb64041a4670a184d84 /net | |
parent | 0769f64da323df2d7a2fa51615ca1370b6996ed1 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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 |