diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 14:37:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 14:37:21 +0000 |
commit | 0c10455193dafa92200d9e37425c3df001140b4d (patch) | |
tree | 73cd1bb044013b1d8f99099701e9c5e52df4f593 /audio | |
parent | 92dead690f8e579c249d69288199046e30670041 (diff) | |
download | pkgsrc-0c10455193dafa92200d9e37425c3df001140b4d.tar.gz |
user-destdir support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index a25357d21ac..bfd999b87ba 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/12/30 14:44:14 hasso Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/07 14:37:21 joerg Exp $ # DISTNAME= alsa-utils-1.0.18 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.alsa-project.org/pub/utils/ COMMENT= Advanced Linux Sound Architecture (ALSA) utilities +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake bash:run USE_PKGLOCALEDIR= yes |