pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add INSTALL_GAME_DATA to the list of defined macros...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d710e42b2617
branches:  trunk
changeset: 479065:d710e42b2617
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Aug 04 15:29:13 2004 +0000

description:
Add INSTALL_GAME_DATA to the list of defined macros in CONFIGURE_ENV
as well.  (Noted by wiz@)

diffstat:

 mk/bsd.pkg.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0bede1e5cfe8 -r d710e42b2617 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Aug 04 13:57:07 2004 +0000
+++ b/mk/bsd.pkg.mk     Wed Aug 04 15:29:13 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1483 2004/08/04 06:22:39 minskim Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1484 2004/08/04 15:29:13 jschauma Exp $
 #
 # This file is in the public domain.
 #
@@ -2260,6 +2260,7 @@
            INSTALL_DATA="${INSTALL_DATA}" \
            INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
            INSTALL_GAME="${INSTALL_GAME}" \
+           INSTALL_GAME_DATA="${INSTALL_GAME_DATA}" \
            INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
            ${CONFIGURE_ENV} ${CONFIG_SHELL} \
            ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}



Home | Main Index | Thread Index | Old Index