summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile.common
diff options
context:
space:
mode:
authorjoerg <joerg>2006-10-09 12:52:34 +0000
committerjoerg <joerg>2006-10-09 12:52:34 +0000
commit8ef8b1d313dbe7ace4b99e4611fafd727ea64f46 (patch)
tree394404a5282788a08d7e1183cc0f35c1b517e24d /graphics/Mesa/Makefile.common
parent1061ad5e759c85ead19c2d6143b0ff8ef065d46d (diff)
downloadpkgsrc-8ef8b1d313dbe7ace4b99e4611fafd727ea64f46.tar.gz
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 33d1b0f2d7d..35e6c9530ed 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2006/08/01 21:40:19 jlam Exp $
+# $NetBSD: Makefile.common,v 1.53 2006/10/09 12:52:35 joerg Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -21,6 +21,8 @@ MESA_VERSION= 6.4.2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
BUILDING_MESA= yes
NO_CONFIGURE= yes