summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-27 11:19:52 +0000
committerrillig <rillig>2007-09-27 11:19:52 +0000
commit52d0ec0aa68877bbde9587ed63e2a7d394e6c9cc (patch)
treedcc430b20cb230931008bc4ba8f60efd3f1beabe /mk/bsd.pkg.mk
parentca963c7cadff9cb5aedbf5d2976ade99bee8da97 (diff)
downloadpkgsrc-52d0ec0aa68877bbde9587ed63e2a7d394e6c9cc.tar.gz
More comments.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 6033993a66b..8b824e45b1c 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1924 2007/09/07 21:55:44 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1925 2007/09/27 11:19:52 rillig Exp $
#
# This file is in the public domain.
#
@@ -620,7 +620,12 @@ ${.CURDIR}/${WRKDIR_BASENAME}:
# reinvoking the make process as root. It acquires root privileges and
# invokes a new make process with the target named "su-${.TARGET}".
#
+# MAKEFLAGS.su-${.TARGET}
+# The additional flags that are passed to the make process.
+#
+# XXX: Shouldn't the $${PATH} be ${PATH} here? This may be related to
+# PR 34470.
_ROOT_CMD= cd ${.CURDIR} && \
${SETENV} ${PKGSRC_MAKE_ENV} \
PATH="$${PATH}:"${SU_CMD_PATH_APPEND:Q} \