pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xextproto Fix another typo. Thanks to wiz and all ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6474036e4ce6
branches:  trunk
changeset: 522680:6474036e4ce6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 17 19:10:22 2006 +0000

description:
Fix another typo. Thanks to wiz and all blame to me.

diffstat:

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

diffs (18 lines):

diff -r 1730b02deff0 -r 6474036e4ce6 x11/xextproto/builtin.mk
--- a/x11/xextproto/builtin.mk  Sun Dec 17 18:08:15 2006 +0000
+++ b/x11/xextproto/builtin.mk  Sun Dec 17 19:10:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2006/12/16 01:04:43 joerg Exp $
+# $NetBSD: builtin.mk,v 1.4 2006/12/17 19:10:22 joerg Exp $
 
 BUILTIN_PKG:=  xextproto
 
@@ -14,7 +14,7 @@
 ###
 .if ${X11BASE} == ${LOCALBASE}
 IS_BUILTIN.xextproto=  no
-.elif !defined(IS_BUILTIN.xproto)
+.elif !defined(IS_BUILTIN.xextproto)
 IS_BUILTIN.xextproto=  no
 #
 # Here, we skip checking whether the files are under ${LOCALBASE} since



Home | Main Index | Thread Index | Old Index