diff options
author | bjs <bjs> | 2008-10-29 00:51:56 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-10-29 00:51:56 +0000 |
commit | b9bbbdcf0cd01a9820d71a75a509cb9edeffe3f3 (patch) | |
tree | c2e90b0511d539228d93c4a7c2caeae18c1924a3 /graphics/Mesa | |
parent | 52bc4889f7b479e94e4d2b76608093306feb0cd0 (diff) | |
download | pkgsrc-b9bbbdcf0cd01a9820d71a75a509cb9edeffe3f3.tar.gz |
Assign PATCHFILES and PATCH_SITES with += so that we don't stomp on these
definitions in x11/modular-xorg-server/Makefile.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version index 29c998840ea..49bc15d15a3 100644 --- a/graphics/Mesa/Makefile.version +++ b/graphics/Mesa/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.3 2008/10/26 21:03:40 bjs Exp $ +# $NetBSD: Makefile.version,v 1.4 2008/10/29 00:51:56 bjs Exp $ # # When changing this version, please run "make distinfo" in the following # package directories: @@ -17,6 +17,6 @@ MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} MESA_PATCHFILES= 001 002 MESA_PATCHLEVEL= .1 -PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} -PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ +PATCHFILES+= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} +PATCH_SITES+= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ PATCH_DIST_STRIP= -p0 |