diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-01 01:25:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-01 01:25:29 +0000 |
commit | 7fa30955932aa937ad3630bd841d25001bba97d6 (patch) | |
tree | c704fa4be61079b9b2f64b5805119c49d9b1d454 /audio/muse/Makefile | |
parent | 8904c739345687675d7447ac8a7a80a8641be206 (diff) | |
download | pkgsrc-7fa30955932aa937ad3630bd841d25001bba97d6.tar.gz |
DESTDIR support
Diffstat (limited to 'audio/muse/Makefile')
-rw-r--r-- | audio/muse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 35c81f44d58..24bc9d31140 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/08/26 19:57:11 sno Exp $ +# $NetBSD: Makefile,v 1.27 2010/02/01 01:25:29 joerg Exp $ # DISTNAME= MuSE-0.9 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://muse.dyne.org/ COMMENT= Multiple Streaming Engine +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt |