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 | fdd85180eedd80922dfdad8878eb6749798e5e67 (patch) | |
tree | 73cd1bb044013b1d8f99099701e9c5e52df4f593 /audio | |
parent | be53594c68395d077c8ff45636807379953be52a (diff) | |
download | pkgsrc-fdd85180eedd80922dfdad8878eb6749798e5e67.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 |