summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-15 16:38:36 +0000
committerjoerg <joerg>2008-07-15 16:38:36 +0000
commitdc029910139cb10583877d76380ac08b3346d3ba (patch)
tree9c7bd6711a78d88c87376fe0d1e06aec73f9c154 /audio
parentb1dc29dd41620c10ba8621cf4af2e464ee3ea440 (diff)
downloadpkgsrc-dc029910139cb10583877d76380ac08b3346d3ba.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"