diff options
author | bjs <bjs@pkgsrc.org> | 2008-05-21 08:26:19 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-05-21 08:26:19 +0000 |
commit | 95847b1ab78ccc97ff438fa8a0fb73fb6fbf611a (patch) | |
tree | 11baec3adeb75faf585a895373198a7524c905ba /graphics/Mesa | |
parent | 4107484e70ef832f42388e6d6e4630b2d3f4f02d (diff) | |
download | pkgsrc-95847b1ab78ccc97ff438fa8a0fb73fb6fbf611a.tar.gz |
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.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 6b13037d1a3..f4d3b94c8bd 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -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.}@} |