pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Make sure the correct install tool is used.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a481ff33cec5
branches: trunk
changeset: 599601:a481ff33cec5
user: hans <hans%pkgsrc.org@localhost>
date: Thu Feb 16 19:43:14 2012 +0000
description:
Make sure the correct install tool is used.
diffstat:
security/tripwire/Makefile | 3 ++-
shells/osh/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 61438502982a -r a481ff33cec5 security/tripwire/Makefile
--- a/security/tripwire/Makefile Thu Feb 16 19:42:04 2012 +0000
+++ b/security/tripwire/Makefile Thu Feb 16 19:43:14 2012 +0000
@@ -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 @@
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 -r 61438502982a -r a481ff33cec5 shells/osh/Makefile
--- a/shells/osh/Makefile Thu Feb 16 19:42:04 2012 +0000
+++ b/shells/osh/Makefile Thu Feb 16 19:43:14 2012 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index