pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Correct typo in example Makefile snippet.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dcdeeb93d9c
branches:  trunk
changeset: 511152:5dcdeeb93d9c
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Apr 10 12:25:43 2006 +0000

description:
Correct typo in example Makefile snippet.

diffstat:

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

diffs (18 lines):

diff -r 35b444bad479 -r 5dcdeeb93d9c mk/buildlink3/bsd.builtin.mk
--- a/mk/buildlink3/bsd.builtin.mk      Mon Apr 10 12:20:32 2006 +0000
+++ b/mk/buildlink3/bsd.builtin.mk      Mon Apr 10 12:25:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.builtin.mk,v 1.7 2006/04/06 06:23:06 reed Exp $
+# $NetBSD: bsd.builtin.mk,v 1.8 2006/04/10 12:25:43 tron Exp $
 #
 # Copyright (c) 2004-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -67,7 +67,7 @@
 # ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
 # ### a package name to represent the built-in package.
 # ###
-# .if !defined(BUILTIN_PKG.iconv) && \
+# .if !defined(BUILTIN_PKG.wibble) && \
 #     !empty(IS_BUILTIN.wibble:M[yY][eE][sS])
 # BUILTIN_PKG.wibble=  wibble-1.0
 # .endif



Home | Main Index | Thread Index | Old Index