summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/mplayer-fonts/Makefile12
-rw-r--r--fonts/ms-ttf/Makefile12
-rw-r--r--graphics/cairo/Makefile4
-rw-r--r--graphics/cairomm/Makefile4
-rw-r--r--graphics/glitz/Makefile4
-rw-r--r--graphics/gnome-icon-theme/Makefile4
-rw-r--r--graphics/hicolor-icon-theme/Makefile3
-rw-r--r--graphics/icon-naming-utils/Makefile4
-rw-r--r--graphics/inkscape/Makefile4
-rw-r--r--graphics/lcms/Makefile5
-rw-r--r--graphics/libart2/Makefile3
-rw-r--r--graphics/libexif/Makefile3
-rw-r--r--graphics/libgnomecanvas/Makefile4
-rw-r--r--graphics/librsvg2/Makefile4
-rw-r--r--graphics/libungif/Makefile13
-rw-r--r--graphics/libwmf/Makefile8
-rw-r--r--graphics/mng/Makefile13
-rw-r--r--graphics/scrot/Makefile5
-rw-r--r--math/p5-Math-BigInteger/Makefile3
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/gnome-dirs/Makefile4
-rw-r--r--misc/gnome2-dirs/Makefile4
-rw-r--r--multimedia/libdv/Makefile.common4
-rw-r--r--multimedia/libdvdread/Makefile3
-rw-r--r--multimedia/libtheora/Makefile4
25 files changed, 88 insertions, 47 deletions
diff --git a/fonts/mplayer-fonts/Makefile b/fonts/mplayer-fonts/Makefile
index db37e997969..dfdcf4e9b38 100644
--- a/fonts/mplayer-fonts/Makefile
+++ b/fonts/mplayer-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/08/04 20:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/05 17:17:04 joerg Exp $
DISTNAME= mplayer-fonts-20030714
PKGREVISION= 1
@@ -19,6 +19,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mplayerhq.hu/
COMMENT= Fonts for mplayer and gmplayer
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= mplayer-share<1.0rc7nb2
DIST_SUBDIR= ${DISTNAME}
@@ -26,15 +28,15 @@ DIST_SUBDIR= ${DISTNAME}
NO_BUILD= YES
NO_CONFIGURE= YES
+INSTALLATION_DIRS= share/mplayer/fonts
+
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer
- ${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/fonts
for D in font-arial-cp1250 font-arial-iso-8859-1 \
font-arial-iso-8859-2 font-arial-iso-8859-7; do \
(cd ${WRKDIR}/$$D && \
- ${PAX} -rwpppm * ${PREFIX}/share/mplayer/fonts); \
+ ${PAX} -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
done
${LN} -s ${PREFIX}/share/mplayer/fonts/font-arial-18-iso-8859-1 \
- ${PREFIX}/share/mplayer/font
+ ${DESTDIR}${PREFIX}/share/mplayer/font
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile
index 34336ad1a74..dba3c4bcfff 100644
--- a/fonts/ms-ttf/Makefile
+++ b/fonts/ms-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:39 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/11/05 17:17:04 joerg Exp $
DISTNAME= # empty
PKGNAME= ms-ttf-20020306
@@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://corefonts.sourceforge.net/
COMMENT= TrueType fonts from Microsoft
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract
LICENSE= ms-ttf-license
@@ -34,6 +36,8 @@ FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
DOCDIR= ${PREFIX}/share/doc/ms-ttf
FONTS_DIRS.ttf= ${FONTDIR}
+INSTALLATION_DIRS= ${FONTDIR} ${DOCDIR}
+
post-extract:
${_PKG_SILENT}${_PKG_DEBUG} \
for f in ${WRKSRC}/*.TTF ; do \
@@ -41,11 +45,9 @@ post-extract:
done
do-install:
- ${INSTALL_DATA_DIR} ${FONTDIR}
- ${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC} && for f in *.ttf ; do \
- ${INSTALL_DATA} $$f ${FONTDIR}/$$f; \
+ ${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f; \
done
- ${INSTALL_DATA} ${.CURDIR}/../../licenses/${LICENSE} ${DOCDIR}
+ ${INSTALL_DATA} ${.CURDIR}/../../licenses/${LICENSE} ${DESTDIR}${DOCDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 692d0f192b2..f9244aa3b4d 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2006/09/29 13:43:41 drochner Exp $
+# $NetBSD: Makefile,v 1.49 2006/11/05 17:23:44 joerg Exp $
DISTNAME= cairo-1.2.4
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://cairographics.org/
COMMENT= Vector graphics library with cross-device output support
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index 4f9a8a65395..2a5f0c3e63d 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/05 17:23:44 joerg Exp $
DISTNAME= cairomm-1.2.2
CATEGORIES= graphics
@@ -8,6 +8,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://cairographics.org/cairomm/
COMMENT= C++ API for cairo
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index f75fc262a87..658d1254603 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/08/03 18:22:17 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2006/11/05 17:23:44 joerg Exp $
DISTNAME= glitz-0.5.6
PKGREVISION= 2
@@ -9,6 +9,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://freedesktop.org/Software/glitz
COMMENT= OpenGL 2D graphics library and a backend for gl output in cairo
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= src/agl/glitz-agl.pc.in src/glx/glitz-glx.pc.in \
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile
index 0e96b514002..797f035de41 100644
--- a/graphics/gnome-icon-theme/Makefile
+++ b/graphics/gnome-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/09/15 15:09:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2006/11/05 17:23:44 joerg Exp $
#
DISTNAME= gnome-icon-theme-2.16.0.1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Theme consisting of a set of icons for GNOME
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
diff --git a/graphics/hicolor-icon-theme/Makefile b/graphics/hicolor-icon-theme/Makefile
index cd1288efbb3..8d931cdc881 100644
--- a/graphics/hicolor-icon-theme/Makefile
+++ b/graphics/hicolor-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2006/11/05 17:23:44 joerg Exp $
#
DISTNAME= hicolor-icon-theme-0.9
@@ -11,6 +11,7 @@ HOMEPAGE= http://icon-theme.freedesktop.org/wiki/HicolorTheme
COMMENT= Standard icon theme called hicolor
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
NO_BUILD= YES
diff --git a/graphics/icon-naming-utils/Makefile b/graphics/icon-naming-utils/Makefile
index 755e9f80f10..0dbd001f0c1 100644
--- a/graphics/icon-naming-utils/Makefile
+++ b/graphics/icon-naming-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/09/17 14:48:18 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/11/05 17:23:44 joerg Exp $
#
DISTNAME= icon-naming-utils-0.8.1
@@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://tango.freedesktop.org/
COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple
GNU_CONFIGURE= yes
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index e16e0d5af9c..d3c4c1724a1 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/10/06 20:29:11 adam Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/05 17:23:44 joerg Exp $
DISTNAME= inkscape-0.44.1
CATEGORIES= graphics
@@ -8,6 +8,8 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.inkscape.org/
COMMENT= Scalable Vector Graphics (SVG) editor
+PKG_DESTDIR_SUPPORT= user-destdir
+
.if !exists (/usr/bin/iconv)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.endif
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index f7811e9c3d5..885147e3966 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/21 14:00:42 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2006/11/05 17:23:44 joerg Exp $
DISTNAME= lcms-1.15
PKGREVISION= 2
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.littlecms.com/
COMMENT= Light Color Management System -- a color management library
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -29,7 +30,7 @@ INSTALLATION_DIRS+= share/doc/lcms
post-install:
.for _f_ in LCMSAPI.TXT TUTORIAL.TXT
- ${INSTALL_DATA} ${WRKSRC}/doc/${_f_} ${PREFIX}/share/doc/lcms/${_f_}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${_f_} ${DESTDIR}${PREFIX}/share/doc/lcms/${_f_}
.endfor
.include "../../graphics/jpeg/buildlink3.mk"
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile
index 3e3d27d5f1e..a0929a182b0 100644
--- a/graphics/libart2/Makefile
+++ b/graphics/libart2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/27 17:40:50 reed Exp $
+# $NetBSD: Makefile,v 1.21 2006/11/05 17:23:45 joerg Exp $
DISTNAME= libart_lgpl-2.3.17
PKGNAME= ${DISTNAME:S/_lgpl/2/}
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.levien.com/libart/
COMMENT= High-performance 2D graphics library
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 5f9e387d4f8..d4fb3935255 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/02/05 23:09:34 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/11/05 17:23:45 joerg Exp $
DISTNAME= libexif-0.6.13
PKGREVISION= 1
@@ -11,6 +11,7 @@ HOMEPAGE= http://libexif.sourceforge.net/
COMMENT= EXIF file library
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index a8a8a5a4ba0..32b0659f731 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/04/17 13:46:09 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2006/11/05 17:23:45 joerg Exp $
#
DISTNAME= libgnomecanvas-2.14.0
@@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME Canvas library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index f936783261b..3d6a21de17b 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2006/10/23 02:30:19 dan Exp $
+# $NetBSD: Makefile,v 1.55 2006/11/05 17:23:45 joerg Exp $
DISTNAME= librsvg-2.16.0
PKGNAME= ${DISTNAME:S/-/2-/}
@@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://librsvg.sourceforge.net/
COMMENT= SVG library for GNOME2
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= librsvg2-gtk-[0-9]*
MAKE_JOBS_SAFE= NO
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 671a8b41d27..90f1048fb45 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/05/01 21:44:04 minskim Exp $
+# $NetBSD: Makefile,v 1.40 2006/11/05 17:23:45 joerg Exp $
DISTNAME= libungif-4.1.4
PKGREVISION= 1
@@ -13,6 +13,7 @@ COMMENT= Tools and library routines for working with GIF images
CONFLICTS= giflib-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -29,7 +30,7 @@ post-patch:
@${RM} ${WRKSRC}/doc/gif2x11.html
post-install:
- cd ${PREFIX}/lib && \
+ cd ${DESTDIR}${PREFIX}/lib && \
for SOURCE in libungif.*; do \
TARGET=`echo $$SOURCE | ${SED} -e s/libungif/libgif/`; \
${RM} -f $$TARGET; \
@@ -40,9 +41,9 @@ post-install:
${LN} -s $$SOURCE $$TARGET; \
fi; \
done
- ${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} COPYING UNCOMPRESSED_GIF ${DOCDIR}
- ${INSTALL_DATA_DIR} ${HTMLDIR}
- cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${HTMLDIR}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
+ cd ${WRKSRC}; ${INSTALL_DATA} COPYING UNCOMPRESSED_GIF ${DESTDIR}${DOCDIR}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
+ cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${DESTDIR}${HTMLDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 32c50512027..86b54f208b3 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2006/08/20 21:38:45 salo Exp $
+# $NetBSD: Makefile,v 1.61 2006/11/05 17:23:45 joerg Exp $
DISTNAME= libwmf-0.2.8.4
PKGREVISION= 4
@@ -10,6 +10,7 @@ HOMEPAGE= http://wvware.sourceforge.net/libwmf.html
COMMENT= Library for reading and converting WMF (Windows Meta Files)
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
@@ -18,7 +19,7 @@ CONFIGURE_ARGS+= --disable-gd
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/libwmf
post-install:
- ${RMDIR} ${PREFIX}/include/libwmf/gd
+ ${RMDIR} ${DESTDIR}${PREFIX}/include/libwmf/gd
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
@@ -26,5 +27,6 @@ post-install:
.include "../../textproc/expat/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/mng/Makefile b/graphics/mng/Makefile
index e0ee964faf2..8e19f4c61b2 100644
--- a/graphics/mng/Makefile
+++ b/graphics/mng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/03/04 21:29:50 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/11/05 17:23:45 joerg Exp $
DISTNAME= lm1009
PKGNAME= mng-1.0.9
@@ -14,6 +14,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libmng.com/
COMMENT= Multiple-image Network Graphics (MNG) reference library
+PKG_DESTDIR_SUPPORT= user-destdir
+
# Waiting for automake to be pkgviews-enabled
#PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -31,7 +33,7 @@ CPPFLAGS+= ${BUILDLINK_CPPFLAGS.lcms}
DOCDIR= ${PREFIX}/share/doc/mng
-INSTALLATION_DIRS= ${PKGMANDIR}/man3 ${PKGMANDIR}/man5
+INSTALLATION_DIRS= ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 ${DOCDIR}
pre-configure:
cd ${WRKSRC}; \
@@ -43,13 +45,12 @@ pre-configure:
autoconf
post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc && \
- ${INSTALL_DATA} Plan1.png Plan2.png libmng.txt ${DOCDIR}
+ ${INSTALL_DATA} Plan1.png Plan2.png libmng.txt ${DESTDIR}${DOCDIR}
cd ${WRKSRC}/doc/man && \
- ${INSTALL_MAN} libmng.3 ${PREFIX}/${PKGMANDIR}/man3
+ ${INSTALL_MAN} libmng.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
cd ${WRKSRC}/doc/man && \
- ${INSTALL_MAN} jng.5 mng.5 ${PREFIX}/${PKGMANDIR}/man5
+ ${INSTALL_MAN} jng.5 mng.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index db7fcd2e2af..5a77af7508a 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:36 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/11/05 17:23:45 joerg Exp $
DISTNAME= scrot-0.8
PKGREVISION= 8
@@ -9,9 +9,10 @@ MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://linuxbrit.co.uk/scrot/
COMMENT= Commandline screen capture util like "import", but using imlib2
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
.include "../../devel/giblib/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile
index 4bdf3193e06..92f0c9a156d 100644
--- a/math/p5-Math-BigInteger/Makefile
+++ b/math/p5-Math-BigInteger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:04 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/11/05 17:24:28 joerg Exp $
DISTNAME= Math-BigInteger-1.0
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Arbitrary length integer extension module for Perl
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Math/BigInteger/.packlist
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 77b2d92dc57..5b304c70f60 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/09/09 02:43:11 obache Exp $
+# $NetBSD: Makefile,v 1.39 2006/11/05 17:24:31 joerg Exp $
DISTNAME= dialog-1.0-20060221
PKGNAME= ${DISTNAME:C/-2/.2/}
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dickey.his.com/dialog/dialog.html
COMMENT= Display dialog boxes from shell scripts
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
MAKE_FILE= makefile
diff --git a/misc/gnome-dirs/Makefile b/misc/gnome-dirs/Makefile
index dd526c5ee34..04b198f4893 100644
--- a/misc/gnome-dirs/Makefile
+++ b/misc/gnome-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/30 21:14:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2006/11/05 17:24:31 joerg Exp $
#
DISTNAME= gnome-dirs-1.6
@@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= # empty
COMMENT= Shared GTK/GNOME (v1 and v2) directories
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # empty
USE_X11BASE= yes
diff --git a/misc/gnome2-dirs/Makefile b/misc/gnome2-dirs/Makefile
index a1b29c4ce0d..be8bf6ff0ef 100644
--- a/misc/gnome2-dirs/Makefile
+++ b/misc/gnome2-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/30 21:14:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.27 2006/11/05 17:24:32 joerg Exp $
#
DISTNAME= gnome2-dirs-1.6
@@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= # empty
COMMENT= Shared GTK/GNOME (v2) directories
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # empty
NO_EXTRACT= yes
diff --git a/multimedia/libdv/Makefile.common b/multimedia/libdv/Makefile.common
index d0603638cd2..0b8e5109892 100644
--- a/multimedia/libdv/Makefile.common
+++ b/multimedia/libdv/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2006/10/07 20:35:48 tron Exp $
+# $NetBSD: Makefile.common,v 1.7 2006/11/05 17:25:35 joerg Exp $
DISTNAME= libdv-0.104
CATEGORIES= multimedia
@@ -8,6 +8,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://libdv.sourceforge.net/
COMMENT= DV video codec library
+PKG_DESTDIR_SUPPORT= user-destdir
+
DISTINFO_FILE= ${.CURDIR}/../../multimedia/libdv/distinfo
PATCHDIR= ${.CURDIR}/../../multimedia/libdv/patches
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile
index 54d14fd3d73..a39886837fd 100644
--- a/multimedia/libdvdread/Makefile
+++ b/multimedia/libdvdread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/10/17 16:41:10 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2006/11/05 17:25:35 joerg Exp $
DISTNAME= libdvdread-0.9.7
CATEGORIES= multimedia
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= DVD access library, primarily used in Ogle
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 814c8f1ec78..aee6d4cd058 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/07/29 19:45:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2006/11/05 17:25:35 joerg Exp $
#
DISTNAME= libtheora-1.0alpha7
@@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.theora.org/
COMMENT= Video codec for Ogg multimedia streaming
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= theora.pc.in
USE_LIBTOOL= YES