summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-03-01 21:40:00 +0000
committerjoerg <joerg@pkgsrc.org>2012-03-01 21:40:00 +0000
commit3051013505c5c8ad09ccd686d36067795348aedc (patch)
tree0a11008a8999767e8d03cab07771f608114efd20 /pkgtools/pkg_install/Makefile
parentef98f00cb7d0992f10609aeb49addf7ece5ada7b (diff)
downloadpkgsrc-3051013505c5c8ad09ccd686d36067795348aedc.tar.gz
Revert last. Don't hide issues. Pass down MANINSTALL via MAKE_ENV to get
the correct value.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 1c5cdcf2a43..b2318fe5d0f 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2011/10/28 21:19:42 cheusov Exp $
+# $NetBSD: Makefile,v 1.185 2012/03/01 21:40:00 joerg Exp $
# Notes to package maintainers:
#
@@ -64,6 +64,7 @@ CPPFLAGS+= -DDEF_UMASK=${DEF_UMASK}
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
MAKE_ENV+= OPSYS=${OPSYS:Q}
+MAKE_ENV+= MANINSTALL=${MANINSTALL:Q}
PKG_DBDIR?= /var/db/pkg
EGDIR= ${PREFIX}/share/examples/pkg_install