pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix variable name in comment: it is PKG_OPTIONS_VAR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4426230066b
branches: trunk
changeset: 495411:d4426230066b
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 08 22:36:52 2005 +0000
description:
Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S.
diffstat:
mk/bsd.options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4c363a295dd3 -r d4426230066b mk/bsd.options.mk
--- a/mk/bsd.options.mk Wed Jun 08 20:21:18 2005 +0000
+++ b/mk/bsd.options.mk Wed Jun 08 22:36:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.39 2005/06/08 16:19:08 dillo Exp $
+# $NetBSD: bsd.options.mk,v 1.40 2005/06/08 22:36:52 wiz Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -11,7 +11,7 @@
#
# PKG_SUPPORTED_OPTIONS= kerberos ldap ssl
#
-# PKG_OPTION_VAR (must be defined)
+# PKG_OPTIONS_VAR (must be defined)
# The variable the user can set to enable or disable
# options specifically for this package.
#
Home |
Main Index |
Thread Index |
Old Index