summaryrefslogtreecommitdiff
path: root/mk/pbulk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-06-15 19:23:55 +0000
committerjoerg <joerg@pkgsrc.org>2010-06-15 19:23:55 +0000
commit72f5dbd3c591ca03e181408180f219c52d495133 (patch)
tree1d645e964ae7b59885171c3ff087140ec3e17a5d /mk/pbulk
parent268ba1e249cb240e7f3610116adfe9617fe9f82d (diff)
downloadpkgsrc-72f5dbd3c591ca03e181408180f219c52d495133.tar.gz
Allow pre-install for USERGROUP_PHASE. This is intended for
PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the user/group during build. Export USERGROUP_PHASE for the sake of pbulk.
Diffstat (limited to 'mk/pbulk')
-rw-r--r--mk/pbulk/pbulk-index.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index dc5dfd214ba..bc48d37a978 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk-index.mk,v 1.9 2008/06/19 18:36:51 joerg Exp $
+# $NetBSD: pbulk-index.mk,v 1.10 2010/06/15 19:23:55 joerg Exp $
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to the parallel bulk build
@@ -94,6 +94,7 @@ pbulk-index-item:
@echo "MAINTAINER="${MAINTAINER:Q}
@echo "USE_DESTDIR="${_USE_DESTDIR:Q}
@echo "BOOTSTRAP_PKG="${BOOTSTRAP_PKG}
+ @echo "USERGROUP_PHASE="${USERGROUP_PHASE:Q}
.if defined(_PBULK_MULTI_NEEDED)
@printf "MULTI_VERSION="
.for _t in ${_PBULK_MULTI_NEEDED}