Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)

Thanks to dsainty@ for pointing it out.  Obviously I did update this while
testing it, but I did a cvs up -dPAC at some point and lost it.
This commit is contained in:
bjs 2008-05-21 08:26:19 +00:00
parent 4107484e70
commit 95847b1ab7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.61 2008/04/30 07:09:48 bjs Exp $
# $NetBSD: Makefile.common,v 1.62 2008/05/21 08:26:19 bjs Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
#
MESA_VERSION= 7.0.3
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
MESA_PATCHFILES= 001 002
MESA_PATCHFILES= 001 002 003
MESA_PATCHLEVEL= ${MESA_PATCHFILES:O:[-1]:C|^[0^]*|.|}
PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}