summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit39d7fb93432416d872ed34e0025741cc93068c06 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /audio
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz
Add DESTDIR support.
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok/Makefile4
-rw-r--r--audio/audacity/Makefile4
-rw-r--r--audio/aumix/Makefile.common4
-rw-r--r--audio/bmp-mac/Makefile4
-rw-r--r--audio/bmp-musepack/Makefile4
-rw-r--r--audio/bmp/Makefile3
-rw-r--r--audio/bmpx/Makefile4
-rw-r--r--audio/easytag-current/Makefile4
-rw-r--r--audio/easytag/Makefile4
-rw-r--r--audio/flac123/Makefile4
-rw-r--r--audio/fluidsynth/Makefile3
-rw-r--r--audio/freealut/Makefile4
-rw-r--r--audio/freezetag/Makefile4
-rw-r--r--audio/p5-CDDB/Makefile3
-rw-r--r--audio/p5-MP3-Tag/Makefile4
-rw-r--r--audio/p5-MusicBrainz-Client/Makefile4
-rw-r--r--audio/p5-MusicBrainz-Queries/Makefile4
-rw-r--r--audio/portaudio-devel/Makefile4
-rw-r--r--audio/py-ao/Makefile4
-rw-r--r--audio/py-cddb/Makefile4
-rw-r--r--audio/py-karaoke/Makefile4
-rw-r--r--audio/py-mad/Makefile4
-rw-r--r--audio/py-mpd/Makefile4
-rw-r--r--audio/py-musique/Makefile4
-rw-r--r--audio/py-mutagen/Makefile4
-rw-r--r--audio/py-ogg/Makefile4
-rw-r--r--audio/py-vorbis/Makefile4
-rw-r--r--audio/py-xmms/Makefile4
-rw-r--r--audio/wmmp/Makefile4
29 files changed, 84 insertions, 29 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 14b2ec368a8..3148394fff8 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2008/04/23 18:23:33 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2008/06/12 02:14:13 joerg Exp $
DISTNAME= amarok-${VERSION}
VERSION= 1.4.9.1
@@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://amarok.kde.org/
COMMENT= KDE audio player
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
USE_DIRS+= xdg-1.1
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 9f2c04106dc..acc0988e81e 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2008/03/20 15:58:47 drochner Exp $
+# $NetBSD: Makefile,v 1.58 2008/06/12 02:14:13 joerg Exp $
DISTNAME= audacity-src-1.2.6
PKGREVISION= 1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://audacity.sourceforge.net/
COMMENT= Audio editor
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= zip>=0.0:../../archivers/zip
USE_LIBTOOL= yes
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common
index ae98d91250f..289e2ffdec6 100644
--- a/audio/aumix/Makefile.common
+++ b/audio/aumix/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:29 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2008/06/12 02:14:13 joerg Exp $
DISTNAME= aumix-2.8
CATEGORIES= audio
@@ -13,6 +13,8 @@ MAINTAINER= trevor@jpj.net
HOMEPAGE= http://jpj.net/~trevor/aumix.html
COMMENT= Set mix levels
+PKG_DESTDIR_SUPPORT= user-destdir
+
DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo
PATCHDIR= ${.CURDIR}/../../audio/aumix/patches
PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST
diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile
index 937b5fb77a5..36d91c511e2 100644
--- a/audio/bmp-mac/Makefile
+++ b/audio/bmp-mac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/12/29 10:09:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:13 joerg Exp $
#
DISTNAME= bmp-mac-0.1.1
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://sourceforge.net/projects/mac-port/
COMMENT= BMP plugin for Monkey's Audio files
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile
index 7385e662786..63749f8f6fe 100644
--- a/audio/bmp-musepack/Makefile
+++ b/audio/bmp-musepack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:01:13 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= bmp-musepack-1.1
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musepack.net/
COMMENT= BMP plugin for Musepack (mpc) files
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile
index 4ff6ebaefd1..41894886263 100644
--- a/audio/bmp/Makefile
+++ b/audio/bmp/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2008/04/12 22:42:57 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:13 joerg Exp $
#
BMP_ENABLE_ENCODERS= yes
+PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile
index e6e89a4d547..1257a5df176 100644
--- a/audio/bmpx/Makefile
+++ b/audio/bmpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/03/06 14:53:47 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= bmpx-0.40.13
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://beep-media-player.org/site/BMPx_Homepage
COMMENT= Audio player to be used with a frontend or as a daemon
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= zip-[0-9]*:../../archivers/zip
GNU_CONFIGURE= yes
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile
index abb63367cdd..a5485f40995 100644
--- a/audio/easytag-current/Makefile
+++ b/audio/easytag-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/03/07 21:47:46 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= easytag-2.1.5
@@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others (development version)
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 34417d59da0..978d35ab25b 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/11/21 21:47:25 drochner Exp $
+# $NetBSD: Makefile,v 1.60 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= easytag-2.1
@@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index eccc891350d..94224eb8c64 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/07/02 13:20:19 lkundrak Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:14 joerg Exp $
DISTNAME= flac123-0.0.10
#PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://flac-tools.sourceforge.net/
COMMENT= Command-line program for playing FLAC audio files
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
.include "../../audio/flac/buildlink3.mk"
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 068ab66cf78..108b1638cb6 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/12/16 15:18:28 adam Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:14 joerg Exp $
DISTNAME= fluidsynth-1.0.8
CATEGORIES= audio
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.nongnu.org/fluid/
COMMENT= Software synthesizer based on SoundFont2
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile
index 3c038b7fe2a..5919499fd79 100644
--- a/audio/freealut/Makefile
+++ b/audio/freealut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/08/30 15:16:11 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= freealut-1.1.0
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.openal.org/
COMMENT= OpenAL Utility Toolkit
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/audio/freezetag/Makefile b/audio/freezetag/Makefile
index fe96710aa5d..40d81e4a8ad 100644
--- a/audio/freezetag/Makefile
+++ b/audio/freezetag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:28:55 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= freezetag-0.9.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://katz.linuxpower.org/freezetag/
COMMENT= Id3 tag editor for GTK+-1.2.0 and higher
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
.include "../../x11/gtk/buildlink3.mk"
diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile
index 661beb74283..3e8e38f50ac 100644
--- a/audio/p5-CDDB/Makefile
+++ b/audio/p5-CDDB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/02/27 08:54:46 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= CDDB-1.17
@@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/CDDB/
COMMENT= High-level interface to the Compact Disc Database
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/CDDB/.packlist
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile
index 16141a1dc2b..d100c2ef057 100644
--- a/audio/p5-MP3-Tag/Makefile
+++ b/audio/p5-MP3-Tag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/02 22:48:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:14 joerg Exp $
DISTNAME= tagged-0.40
PKGNAME= p5-MP3-Tag-0.40
@@ -11,6 +11,8 @@ MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://tagged.sourceforge.net/
COMMENT= This is a perl module to read/write tags of mp3-files
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Compress-Zlib>=1.0:../../devel/p5-Compress-Zlib
PERL5_PACKLIST= auto/MP3/Tag/.packlist
diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile
index 93ac2cca0f1..65b4e39645f 100644
--- a/audio/p5-MusicBrainz-Client/Makefile
+++ b/audio/p5-MusicBrainz-Client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:28:57 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= MusicBrainz-Client-0.09
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musicbrainz.org/
COMMENT= Provide access to the libmusicbrainz client library
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-MusicBrainz-Queries>=0.07:../../audio/p5-MusicBrainz-Queries
PERL5_PACKLIST= auto/MusicBrainz/Client/.packlist
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile
index 23b4eacc3b9..8306b594d6f 100644
--- a/audio/p5-MusicBrainz-Queries/Makefile
+++ b/audio/p5-MusicBrainz-Queries/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:57 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= MusicBrainz-Queries-0.07
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musicbrainz.org/
COMMENT= Provide access to the Music Brainz RDF Query Constants
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/MusicBrainz/Queries/.packlist
.include "../../audio/musicbrainz/buildlink3.mk"
diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile
index 204d96772f6..7fe3007ad59 100644
--- a/audio/portaudio-devel/Makefile
+++ b/audio/portaudio-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/01/08 21:42:41 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:14 joerg Exp $
DISTNAME= pa_snapshot_v19
PKGNAME= portaudio-devel-20060521
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.portaudio.com/
COMMENT= Portable cross-platform Audio API
+PKG_DESTDIR_SUPPORT= user-destdir
+
NOT_FOR_PLATFORM= Interix-*-*
USE_TOOLS+= gmake pkg-config
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile
index b9d0c13af6d..9893c494d98 100644
--- a/audio/py-ao/Makefile
+++ b/audio/py-ao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= pyao-0.81
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vorbis.com/
COMMENT= Python bindings for libao
+PKG_DESTDIR_SUPPORT= user-destdir
+
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile
index 036caaa40ac..0c401f93d8c 100644
--- a/audio/py-cddb/Makefile
+++ b/audio/py-cddb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:13 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= CDDB-1.4
@@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://cddb-py.sourceforge.net/
COMMENT= Python module to access the CDDB online database
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
PYBINMODULE= yes
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile
index e1f62078dae..4cc9e91bac9 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:06 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= pykaraoke-0.5.1
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pykaraoke.sourceforge.net/
COMMENT= Free Python-based karaoke player
+PKG_DESTDIR_SUPPORT= user-destdir
+
# for .kar files, untested for lack of files
#DEPENDS+= timidity-[0-9]*:../../audio/timidity
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
index 9d12b9fe596..6bee14f0c50 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= pymad-0.5.4
@@ -10,6 +10,8 @@ MAINTAINER= froz@icix.org
HOMEPAGE= http://spacepants.org/src/pymad/
COMMENT= Python bindings for libmad
+PKG_DESTDIR_SUPPORT= user-destdir
+
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile
index b75590c27c1..8eb5e9205e7 100644
--- a/audio/py-mpd/Makefile
+++ b/audio/py-mpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/05/05 10:19:22 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= python-mpd-0.2.0
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musicpd.org/~jat/python-mpd/
COMMENT= Python mpd client library
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile
index 0d8843650af..f2fc32a7dda 100644
--- a/audio/py-musique/Makefile
+++ b/audio/py-musique/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:06 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= pymusique-0.5
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pyronecrophilia.com/content/pymusique/
COMMENT= Interface to the iTunes Music Store
+PKG_DESTDIR_SUPPORT= user-destdir
+
RESTRICTED= Possible legal problems due to iTunes access
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile
index 5e645ff808f..dbdc5f82f89 100644
--- a/audio/py-mutagen/Makefile
+++ b/audio/py-mutagen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/04/25 20:39:06 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= mutagen-1.10
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
COMMENT= Audio metadata handling for Python
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile
index 449462bd0e9..1bc7a8f4f2e 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= pyogg-1.3
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vorbis.com/
COMMENT= Python bindings for OGG library
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile
index 1b88c038037..44fd668d9f9 100644
--- a/audio/py-vorbis/Makefile
+++ b/audio/py-vorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/03/17 20:43:23 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:15 joerg Exp $
#
DISTNAME= pyvorbis-1.3
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vorbis.com/
COMMENT= Python bindings for Vorbis library
+PKG_DESTDIR_SUPPORT= user-destdir
+
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile
index 5c7fb36e68f..5ba4ef3b359 100644
--- a/audio/py-xmms/Makefile
+++ b/audio/py-xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:06 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:15 joerg Exp $
DISTNAME= pyxmms-2.02
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@ MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://people.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote
COMMENT= Python interface to XMMS
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
diff --git a/audio/wmmp/Makefile b/audio/wmmp/Makefile
index b7cf44652c9..94b96b26bf1 100644
--- a/audio/wmmp/Makefile
+++ b/audio/wmmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/07/08 12:35:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:15 joerg Exp $
DISTNAME= WMmp-0.10.0
CATEGORIES= audio
@@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://musicpd.org/WMmp.shtml
COMMENT= Window Maker dock app for interfacing MPD
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
GNU_CONFIGURE= yes