summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-04-10 12:25:43 +0000
committertron <tron@pkgsrc.org>2006-04-10 12:25:43 +0000
commit346770d72d2b8c5e389f3e6cf1691e8f445a0dbe (patch)
tree00b0e26e9586b5a8fb79f16fc81931957c29c7b1 /mk/buildlink3
parent808d95a0a6118295874613daa9ec9c3e72285fec (diff)
downloadpkgsrc-346770d72d2b8c5e389f3e6cf1691e8f445a0dbe.tar.gz
Correct typo in example Makefile snippet.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r--mk/buildlink3/bsd.builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.builtin.mk b/mk/buildlink3/bsd.builtin.mk
index ec5cba53da2..50997f1ac8a 100644
--- a/mk/buildlink3/bsd.builtin.mk
+++ b/mk/buildlink3/bsd.builtin.mk
@@ -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