From e9b6d32e0fe0ddac4b73a9eda1f0f612e35b0570 Mon Sep 17 00:00:00 2001 From: bjs Date: Wed, 29 Oct 2008 00:51:56 +0000 Subject: [PATCH] Assign PATCHFILES and PATCH_SITES with += so that we don't stomp on these definitions in x11/modular-xorg-server/Makefile. --- graphics/Mesa/Makefile.version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version index 29c998840ea9..49bc15d15a35 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