pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Fix typo:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccc27740cc0b
branches:  trunk
changeset: 488973:ccc27740cc0b
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Sun Feb 13 20:44:27 2005 +0000

description:
Fix typo:
        PKG_OPTION_VAR -> PKG_OPTIONS_VAR

diffstat:

 mail/courier-auth/Makefile      |  4 ++--
 mail/courier-authldap/Makefile  |  4 ++--
 mail/courier-authmysql/Makefile |  4 ++--
 mail/courier-authpgsql/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r c41bf1859efd -r ccc27740cc0b mail/courier-auth/Makefile
--- a/mail/courier-auth/Makefile        Sun Feb 13 20:36:11 2005 +0000
+++ b/mail/courier-auth/Makefile        Sun Feb 13 20:44:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/02/07 11:35:42 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/13 20:44:27 zuntum Exp $
 
 PKGNAME=       courier-auth-${BASE_VERS}
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
 INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
 
-PKG_OPTION_VAR=                PKG_OPTIONS.courier-auth
+PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-auth
 
 .include "../courier-auth/Makefile.authdaemond"
 
diff -r c41bf1859efd -r ccc27740cc0b mail/courier-authldap/Makefile
--- a/mail/courier-authldap/Makefile    Sun Feb 13 20:36:11 2005 +0000
+++ b/mail/courier-authldap/Makefile    Sun Feb 13 20:44:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/02/07 11:35:44 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/02/13 20:44:27 zuntum Exp $
 
 PKGNAME=       courier-authldap-${BASE_VERS}
 PKGREVISION=   1
@@ -8,7 +8,7 @@
 
 DEPENDS+=      courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
 
-PKG_OPTION_VAR=        PKG_OPTIONS.courier-authldap
+PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-authldap
 
 .include "../courier-auth/Makefile.authdaemond"
 
diff -r c41bf1859efd -r ccc27740cc0b mail/courier-authmysql/Makefile
--- a/mail/courier-authmysql/Makefile   Sun Feb 13 20:36:11 2005 +0000
+++ b/mail/courier-authmysql/Makefile   Sun Feb 13 20:44:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/02/07 11:35:44 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/13 20:44:27 zuntum Exp $
 
 PKGNAME=       courier-authmysql-${BASE_VERS}
 PKGREVISION=   1
@@ -6,7 +6,7 @@
 
 DEPENDS+=      courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
 
-PKG_OPTION_VAR=        PKG_OPTIONS.courier-authmysql
+PKG_OPTION_VARS=       PKG_OPTIONS.courier-authmysql
 
 .include "../courier-auth/Makefile.authdaemond"
 
diff -r c41bf1859efd -r ccc27740cc0b mail/courier-authpgsql/Makefile
--- a/mail/courier-authpgsql/Makefile   Sun Feb 13 20:36:11 2005 +0000
+++ b/mail/courier-authpgsql/Makefile   Sun Feb 13 20:44:27 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2005/02/07 11:35:44 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/02/13 20:44:27 zuntum Exp $
 
 PKGNAME=       courier-authpgsql-${BASE_VERS}
 COMMENT=       Courier PostgreSQL authentication module
 
 DEPENDS+=      courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
 
-PKG_OPTION_VAR=        PKG_OPTIONS.courier-authpgsql
+PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-authpgsql
 
 .include "../courier-auth/Makefile.authdaemond"
 



Home | Main Index | Thread Index | Old Index