summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-17 04:17:09 +0000
committerjlam <jlam@pkgsrc.org>2005-07-17 04:17:09 +0000
commit4032855bac281c731f12846a86e912f14fb5e7a8 (patch)
tree0934cadf0f8ed6c634e1a21914f93c3af1ed781f /mk/bsd.pkg.mk
parente72a2bfef149b052c68c0d0816626be70f59952a (diff)
downloadpkgsrc-4032855bac281c731f12846a86e912f14fb5e7a8.tar.gz
Override the INSTALL setting in sys.mk that messes up the rest of the
logic in the tools framework.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1dd0b5551e1..db95d3c6e79 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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 @@ _PKG_DEBUG_SCRIPT= ${SH} -x
.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?= \