diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:43:14 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:43:14 +0000 |
commit | 11d2ba19b94bf38bc9d63ba3ee7d19b5e119d5a1 (patch) | |
tree | 266f9cb88ac2dfc222e7849bbd21835d23c78159 /security | |
parent | f716af8d4231a61bd6344604bfa3e4fe5df0bca6 (diff) | |
download | pkgsrc-11d2ba19b94bf38bc9d63ba3ee7d19b5e119d5a1.tar.gz |
Make sure the correct install tool is used.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |