From 906ac6ba9331b1ac2309585d704e6cd5d2d295f2 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 17 May 2008 18:52:17 +0000 Subject: Fix shell pattern so it doesn't try to copy the "CVS" directory when the shell is bash and nocaseglob is enabled (ugh, misfeature). PR pkg/38671. --- graphics/Mesa/Makefile.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/Mesa') diff --git a/graphics/Mesa/Makefile.lib b/graphics/Mesa/Makefile.lib index 8d11920ba37..cd510381df5 100644 --- a/graphics/Mesa/Makefile.lib +++ b/graphics/Mesa/Makefile.lib @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.lib,v 1.10 2008/04/30 07:09:48 bjs Exp $ +# $NetBSD: Makefile.lib,v 1.11 2008/05/17 18:52:17 tnn Exp $ # # This Makefile fragment is included by all packages that build libraries # from the Mesa sources. @@ -66,7 +66,7 @@ pre-patch: done post-patch: - ${CP} ${.CURDIR}/../MesaLib/files/configs/[a-z]* ${WRKSRC}/configs + ${CP} ${.CURDIR}/../MesaLib/files/configs/[d-z]* ${WRKSRC}/configs post-install: install-headers -- cgit v1.2.3