summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 19:43:14 +0000
committerhans <hans@pkgsrc.org>2012-02-16 19:43:14 +0000
commit268c42d27361c7525c55bd9c44f46605bfb31d61 (patch)
tree266f9cb88ac2dfc222e7849bbd21835d23c78159 /shells
parent9eb39e27629125f63bfb56e0e38ed9bfeb631f10 (diff)
downloadpkgsrc-268c42d27361c7525c55bd9c44f46605bfb31d61.tar.gz
Make sure the correct install tool is used.
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile3
1 files changed, 2 insertions, 1 deletions
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"