pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk devel/yacc -> devel/bison. there is no such package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b612d84928b1
branches:  trunk
changeset: 481881:b612d84928b1
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 14 09:54:04 2004 +0000

description:
devel/yacc -> devel/bison. there is no such package as devel/yacc.
(how did this ever work?)

diffstat:

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

diffs (18 lines):

diff -r 151c6af5145e -r b612d84928b1 mk/tools.mk
--- a/mk/tools.mk       Thu Oct 14 09:51:43 2004 +0000
+++ b/mk/tools.mk       Thu Oct 14 09:54:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.42 2004/10/14 09:51:43 grant Exp $
+# $NetBSD: tools.mk,v 1.43 2004/10/14 09:54:04 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -349,7 +349,7 @@
 YACC:=                 ${_TOOLS_PROGNAME.yacc} -y
 .  endif
 .endif
-.if !empty(PKGPATH:Mdevel/yacc)
+.if !empty(PKGPATH:Mdevel/bison)
 _TOOLS_OVERRIDE.yacc=  NO
 MAKEFLAGS+=            _IGNORE_USE_GNU_TOOLS=
 .endif



Home | Main Index | Thread Index | Old Index