pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cddb-bundle Explicitly override INSTALL_PROGRAM ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14a123f47326
branches:  trunk
changeset: 544548:14a123f47326
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 15 16:38:36 2008 +0000

description:
Explicitly override INSTALL_PROGRAM and INSTALL_DATA for user-destdir.

diffstat:

 audio/cddb-bundle/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 80d8c7ef4e1e -r 14a123f47326 audio/cddb-bundle/Makefile
--- a/audio/cddb-bundle/Makefile        Tue Jul 15 15:33:45 2008 +0000
+++ b/audio/cddb-bundle/Makefile        Tue Jul 15 16:38:36 2008 +0000
@@ -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 @@
                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"



Home | Main Index | Thread Index | Old Index