diff options
author | hans <hans> | 2012-02-16 19:43:14 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:43:14 +0000 |
commit | 0d33cab3925126efe3a1d219f5090dbc466b824b (patch) | |
tree | 266f9cb88ac2dfc222e7849bbd21835d23c78159 /shells | |
parent | 885e370db2ef190b1fb1cd86c0d756c017ce36dd (diff) | |
download | pkgsrc-0d33cab3925126efe3a1d219f5090dbc466b824b.tar.gz |
Make sure the correct install tool is used.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 3 |
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" |