summaryrefslogtreecommitdiff
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
parent9eb39e27629125f63bfb56e0e38ed9bfeb631f10 (diff)
downloadpkgsrc-268c42d27361c7525c55bd9c44f46605bfb31d61.tar.gz
Make sure the correct install tool is used.
-rw-r--r--security/tripwire/Makefile3
-rw-r--r--shells/osh/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index f61dfb3b38b..3db19408fa5 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/05/21 21:56:27 zafer Exp $
+# $NetBSD: Makefile,v 1.33 2012/02/16 19:43:14 hans Exp $
#
DISTNAME= tripwire-1.2
@@ -21,6 +21,7 @@ PKG_SYSCONFSUBDIR= tripwire
OWN_DIRS= ${PKG_SYSCONFDIR}/databases
EGDIR= ${PREFIX}/share/examples/tripwire
CONF_FILES= ${EGDIR}/tripwire.conf ${PKG_SYSCONFDIR}/tripwire.conf
+MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}
AUTO_MKDIRS= yes
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"