summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-15 16:38:36 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-15 16:38:36 +0000
commitfc69ace62d3944b6889da96cb847b0cd15f7d3e8 (patch)
tree9c7bd6711a78d88c87376fe0d1e06aec73f9c154 /audio
parentc1c9887eb8dadd5f6e68d0c5e5b3e882fc2aa6c9 (diff)
downloadpkgsrc-fc69ace62d3944b6889da96cb847b0cd15f7d3e8.tar.gz
Explicitly override INSTALL_PROGRAM and INSTALL_DATA for user-destdir.
Diffstat (limited to 'audio')
-rw-r--r--audio/cddb-bundle/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile
index 8ae9677ca0a..f496ee0938c 100644
--- a/audio/cddb-bundle/Makefile
+++ b/audio/cddb-bundle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/21 21:12:05 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/15 16:38:36 joerg Exp $
#
DISTNAME= cddb.bundle-0.2
@@ -20,5 +20,8 @@ MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import" \
GNUSTEP_INSTALLATION_DIR=${PREFIX}/share/GNUstep/Local/
MAKE_FILE= GNUmakefile
+INSTALL_MAKE_FLAGS= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \
+ INSTALL_DATA=${INSTALL_DATA:Q}
+
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"