diff options
author | tnn <tnn@pkgsrc.org> | 2008-06-16 15:28:56 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-06-16 15:28:56 +0000 |
commit | b0d3a124ce5b55c5f5112f2041637c77bdc10907 (patch) | |
tree | a6eb83db739a1150ff4bbe05cc30d1f2aadbf7eb /graphics/Mesa | |
parent | c7ed9a9347db793a4ceb83d0a7c7c8c1e652cbf4 (diff) | |
download | pkgsrc-b0d3a124ce5b55c5f5112f2041637c77bdc10907.tar.gz |
Manually set the patch level instead of using overly complex syntax
that lintpkgsrc doesn't understand. PR pkg/38715.
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 afcadb3ae41..c516da2bc51 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2008/05/29 20:54:14 tnn Exp $ +# $NetBSD: Makefile.common,v 1.65 2008/06/16 15:28:56 tnn Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} MESA_VERSION= 7.0.3 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} MESA_PATCHFILES= 001 002 003 -MESA_PATCHLEVEL= ${MESA_PATCHFILES:O:[-1]:C|^[0^]*|.|} +MESA_PATCHLEVEL= .3 PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ |