summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-17 17:08:13 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-17 17:08:13 +0000
commit5ff23c6137c2ee7309de6e7a9aafee96257bbbe7 (patch)
tree437cbd43d6a38e89fa5b3b475b1bbb6a2597e055 /pkgtools/bootstrap-mk-files
parent7f9f05036581b67f451bda7e75b054626d450842 (diff)
downloadpkgsrc-5ff23c6137c2ee7309de6e7a9aafee96257bbbe7.tar.gz
bootstrap-mk-files-20090217:
Don't leak the unprivileged user for USE_DESTDIR=full.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 6c28ca1c89f..e7e3fc9a437 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2009/01/14 23:16:54 dsainty Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/17 17:08:13 joerg Exp $
-DISTNAME= bootstrap-mk-files-20090114
+DISTNAME= bootstrap-mk-files-20090217
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -38,8 +38,8 @@ do-configure:
else \
own_mk=mods/bsd.own.mk.in; \
fi; \
- ${SED} -e 's|@ROOT_GROUP@|'${ROOT_GROUP}'|g' \
- -e 's|@ROOT_USER@|'${ROOT_USER}'|g' \
+ ${SED} -e 's|@ROOT_GROUP@|'${REAL_ROOT_GROUP}'|g' \
+ -e 's|@ROOT_USER@|'${REAL_ROOT_USER}'|g' \
-e 's|@SYSCONFDIR@|'${PKG_SYSCONFDIR}'|g' \
$$own_mk > bsd.own.mk