diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:09:31 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:09:31 +0000 |
commit | c969c0937e2b438ef3309dc6571a4c64ddd88584 (patch) | |
tree | a8bfd509271438878469998f74bb35c22fca8d4f /audio/maplay/Makefile | |
parent | 729d01e4fcb19d0cfa9563b1d75c4bbbb3e402be (diff) | |
download | pkgsrc-c969c0937e2b438ef3309dc6571a4c64ddd88584.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r-- | audio/maplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index e27bf73fd94..8ac5b875d53 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/11/22 20:57:34 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/02/15 22:11:04 hans Exp $ DISTNAME= maplay1_2 PKGNAME= maplay-1.2 @@ -20,6 +20,8 @@ NOT_FOR_PLATFORM= Interix-*-* INSTALLATION_DIRS= bin +MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q} + pre-configure: cd ${WRKSRC} && ${MAKE} pre-install |