diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
commit | 7f279c69f3bbfb01502eb4a86a67241c8385a76a (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /audio | |
parent | a249557e2ef3692a146b62db38822e71392b403b (diff) | |
download | pkgsrc-7f279c69f3bbfb01502eb4a86a67241c8385a76a.tar.gz |
DESTDIR support.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 3 | ||||
-rw-r--r-- | audio/libao/Makefile | 4 | ||||
-rw-r--r-- | audio/libao/Makefile.common | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 3 | ||||
-rw-r--r-- | audio/speex/Makefile | 4 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
6 files changed, 15 insertions, 7 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 63071b31220..e3913fcae28 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/08/27 03:00:19 ben Exp $ +# $NetBSD: Makefile,v 1.38 2006/11/02 17:59:37 joerg Exp $ DISTNAME= flac-1.1.2 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://flac.sourceforge.net/ COMMENT= Free lossless audio codec PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LIBTOOL= yes diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 51548157102..f34d944c8f7 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/13 21:26:17 reed Exp $ +# $NetBSD: Makefile,v 1.31 2006/11/02 17:59:37 joerg Exp $ PKGREVISION= 4 @@ -7,6 +7,6 @@ PKG_INSTALLATION_TYPES= overwrite .include "Makefile.common" post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/ao/plugins-2 + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/ao/plugins-2 .include "../../mk/bsd.pkg.mk" diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 5d79f7acb30..28370077234 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2006/04/22 07:32:24 lukem Exp $ +# $NetBSD: Makefile.common,v 1.27 2006/11/02 17:59:37 joerg Exp $ DISTNAME= libao-0.8.6 CATEGORIES= audio devel @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xiph.org/ao/ COMMENT= Cross-platform audio library +PKG_DESTDIR_SUPPORT= user-destdir + DISTINFO_FILE= ${.CURDIR}/../../audio/libao/distinfo PATCHDIR= ${.CURDIR}/../../audio/libao/patches diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index eb056347124..c0e9cf8227b 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/10/04 20:44:19 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/11/02 17:59:37 joerg Exp $ DISTNAME= libvorbis-1.1.2 CATEGORIES= devel audio @@ -9,6 +9,7 @@ HOMEPAGE= http://www.xiph.org/vorbis/ COMMENT= Library for the Ogg Vorbis audio encoding format PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/speex/Makefile b/audio/speex/Makefile index d52ae9f8347..86a10d7c57e 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/11 03:15:07 reed Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/02 17:59:37 joerg Exp $ # DISTNAME= speex-1.0.5 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.speex.org/ COMMENT= Open-source, patent-free voice codec +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= speex.pc.in diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 10139eba7eb..7fe274211bb 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/06/15 13:38:51 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2006/11/02 17:59:37 joerg Exp $ DISTNAME= vorbis-tools-1.1.1 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +PKG_DESTDIR_SUPPORT= user-destdir + # list it into IPv6-ready packages BUILD_DEFS+= USE_INET6 |