pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix some more typos, noted by Leonard Schmidt.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fe3ef91b5a6
branches: trunk
changeset: 497469:1fe3ef91b5a6
user: dillo <dillo%pkgsrc.org@localhost>
date: Thu Jul 28 15:17:55 2005 +0000
description:
Fix some more typos, noted by Leonard Schmidt.
diffstat:
mk/bsd.options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e2ce9483e6c5 -r 1fe3ef91b5a6 mk/bsd.options.mk
--- a/mk/bsd.options.mk Thu Jul 28 15:16:34 2005 +0000
+++ b/mk/bsd.options.mk Thu Jul 28 15:17:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.47 2005/07/28 13:22:08 wiz Exp $
+# $NetBSD: bsd.options.mk,v 1.48 2005/07/28 15:17:55 dillo Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -176,7 +176,7 @@
#
_PKG_OPTIONS_ALL_SETS:=#empty
.for _set_ in ${PKG_OPTIONS_NONEMPTY_SETS}
-. if !defined(PKT_OPTIONS_SET.${_set_}) || empty(PKT_OPTIONS_SET.${_set_})
+. if !defined(PKG_OPTIONS_SET.${_set_}) || empty(PKG_OPTIONS_SET.${_set_})
PKG_FAIL_REASON:="bsd.options.mk: PKG_OPTIONS_SET."${_set_:Q}" must be non-empty."
. endif
. for _opt_ in ${PKG_OPTIONS_SET.${_set_}}
@@ -304,7 +304,7 @@
.for _set_ in ${PKG_OPTIONS_NONEMPTY_SETS}
_ISEMPTY:=true
-. for _opt_ in ${PKG_OPTIONS_SET.${_set_}
+. for _opt_ in ${PKG_OPTIONS_SET.${_set_}}
. if !empty(PKG_OPTIONS:M${_opt_})
_ISEMPTY:=false
. endif
Home |
Main Index |
Thread Index |
Old Index