Subject: pkg/35485: [PATCH] devel/byacc: "Makefile not found"
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <lcac@ac.upc.edu>
List: pkgsrc-bugs
Date: 01/26/2007 11:35:00
>Number:         35485
>Category:       pkg
>Synopsis:       devel/byacc: "Makefile not found"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 26 11:35:00 +0000 2007
>Originator:     Software
>Release:        
>Organization:
LCAC
>Environment:
System: Linux planas.ac.upc.es 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:39:22 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
Architecture: x86_64

	
>Description:
	bmake byacc fails
	
>How-To-Repeat:
	
>Fix:
$NetBSD$

--- byacc/Makefile.orig 2007-01-25 09:48:17.311619000 +0100
+++ byacc/Makefile
@@ -11,6 +11,6 @@ HOMEPAGE=     http://dickey.his.com/byacc/by
 COMMENT=       Berkeley Yacc
 
 GNU_CONFIGURE= YES
-MAKE_FILE=     makefile
+MAKEFILE=      makefile
 
 .include "../../mk/bsd.pkg.mk"