diff options
author | heinz <heinz@pkgsrc.org> | 2007-07-01 15:47:54 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-07-01 15:47:54 +0000 |
commit | ed24cd8faf592ba075a5f13d68c1ce6d05a93e17 (patch) | |
tree | d5f746c17a8790f22fcd759669d458158eece9ae /audio/faad2/Makefile | |
parent | f23875c078ec94e87568d045f7cb5bb7c345ddd2 (diff) | |
download | pkgsrc-ed24cd8faf592ba075a5f13d68c1ce6d05a93e17.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'audio/faad2/Makefile')
-rw-r--r-- | audio/faad2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 6208fce024c..791dc5e992b 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/02/09 20:10:50 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2007/07/01 15:50:01 heinz Exp $ DISTNAME= faad2-2.0 PKGREVISION= 9 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.audiocoding.com/ COMMENT= AAC decoding library +PKG_DESTDIR_SUPPORT= user-destdir + RESTRICTED= Dolby doesn't allow binary distributions NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |