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
commit11d2ba19b94bf38bc9d63ba3ee7d19b5e119d5a1 (patch)
tree266f9cb88ac2dfc222e7849bbd21835d23c78159 /shells
parentf716af8d4231a61bd6344604bfa3e4fe5df0bca6 (diff)
downloadpkgsrc-11d2ba19b94bf38bc9d63ba3ee7d19b5e119d5a1.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"