pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Override the INSTALL setting in sys.mk that messes ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fdc1d5cdf84
branches: trunk
changeset: 496938:3fdc1d5cdf84
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Jul 17 04:17:09 2005 +0000
description:
Override the INSTALL setting in sys.mk that messes up the rest of the
logic in the tools framework.
diffstat:
mk/bsd.pkg.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b75428ef1bd0 -r 3fdc1d5cdf84 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Jul 16 23:14:45 2005 +0000
+++ b/mk/bsd.pkg.mk Sun Jul 17 04:17:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1708 2005/07/16 01:19:27 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1709 2005/07/17 04:17:09 jlam Exp $
#
# This file is in the public domain.
#
@@ -422,6 +422,7 @@
.endif
# A few aliases for *-install targets
+INSTALL= ${TOOLS_INSTALL} # XXX override sys.mk
INSTALL_PROGRAM?= \
${INSTALL} ${COPY} ${_STRIPFLAG_INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
INSTALL_GAME?= \
Home |
Main Index |
Thread Index |
Old Index