pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk If we have USE_BSD_MAKEFILE, pass down INSTALL=${TO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f989e7caa9
branches:  trunk
changeset: 542429:e5f989e7caa9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 16 20:00:09 2008 +0000

description:
If we have USE_BSD_MAKEFILE, pass down INSTALL=${TOOLS_INSTALL:Q} in the
environment.
Otherwise BSD style packages will use the install(1) which
bootstrap-mk-files' sys.mk picked, rather than the one from
TOOLS_PLATFORM.install (which may be specified by the user in mk.conf).

diffstat:

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

diffs (18 lines):

diff -r 45f84568016c -r e5f989e7caa9 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Fri May 16 19:51:36 2008 +0000
+++ b/mk/bsd.pkg.use.mk Fri May 16 20:00:09 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.46 2008/02/07 12:26:55 tnn Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.47 2008/05/16 20:00:09 tnn Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -20,7 +20,7 @@
 #
 
 .if defined(USE_BSD_MAKEFILE)
-MAKE_ENV+=             ${BSD_MAKE_ENV}
+MAKE_ENV+=             ${BSD_MAKE_ENV} INSTALL=${TOOLS_INSTALL:Q}
 .endif
 
 .if defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake)



Home | Main Index | Thread Index | Old Index