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 | 2102a055adffd47c5968002068e9f1827b14e15e (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /audio/vorbis-tools | |
parent | 29c1255e82e84bcc71b1f45e385207db68721c64 (diff) | |
download | pkgsrc-2102a055adffd47c5968002068e9f1827b14e15e.tar.gz |
DESTDIR support.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |