From 268c42d27361c7525c55bd9c44f46605bfb31d61 Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 16 Feb 2012 19:43:14 +0000 Subject: Make sure the correct install tool is used. --- shells/osh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 44c3c9552b5..63752f0c6ba 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2010/05/07 12:02:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2012/02/16 19:44:57 hans Exp $ DISTNAME= osh-20100430 PKGREVISION= 1 @@ -20,5 +20,6 @@ INSTALL_TARGET= install-oshall MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR} +MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q} BINGRP= MANGRP= .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3