pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fix harmless typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b49b5d903c9
branches:  trunk
changeset: 495441:0b49b5d903c9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 09 18:44:26 2005 +0000

description:
Fix harmless typo.

diffstat:

 mk/bsd.options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ecd1ec37b32 -r 0b49b5d903c9 mk/bsd.options.mk
--- a/mk/bsd.options.mk Thu Jun 09 18:33:30 2005 +0000
+++ b/mk/bsd.options.mk Thu Jun 09 18:44:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.40 2005/06/08 22:36:52 wiz Exp $
+# $NetBSD: bsd.options.mk,v 1.41 2005/06/09 18:44:26 jlam Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -204,7 +204,7 @@
 #
 # filter unsupported options from PKG_DEFAULT_OPTIONS
 #
-_OPTIONS_DEFAULT_SUPPORED:=    #empty
+_OPTIONS_DEFAULT_SUPPORTED:=   #empty
 .for _o_ in ${PKG_DEFAULT_OPTIONS}
 _opt_:=                ${_o_}
 _popt_:=       ${_opt_:C/^-//}



Home | Main Index | Thread Index | Old Index