diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /audio/flac123/Makefile | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'audio/flac123/Makefile')
-rw-r--r-- | audio/flac123/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |