summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-21 11:19:27 +0000
committerobache <obache@pkgsrc.org>2013-02-21 11:19:27 +0000
commiteb48e5512b3a6fef2136af27a4453d521bc3755b (patch)
tree20776d84b4560e8746f38bcf9139edec668915b2 /mk/platform
parent801e9e607c43b4d8d7881dc0821edd3e5c8e8407 (diff)
downloadpkgsrc-eb48e5512b3a6fef2136af27a4453d521bc3755b.tar.gz
${ID} is not defined here.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Cygwin.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk
index 400608294e6..ae24bfc7e54 100644
--- a/mk/platform/Cygwin.mk
+++ b/mk/platform/Cygwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Cygwin.mk,v 1.4 2013/02/20 13:08:26 obache Exp $
+# $NetBSD: Cygwin.mk,v 1.5 2013/02/21 11:19:27 obache Exp $
#
# Variable definitions for the Windows with Cygwin.
@@ -54,9 +54,7 @@ PKGDIRMODE?= 775
# ROOT_USER might be numeric in the special case of Administrator; canonify it:
ROOT_CMD?= ${SU} - "$$(${ID} -un ${ROOT_USER})" -c
ROOT_USER?= ${BINOWN}
-.if !defined(ROOT_GROUP)
-ROOT_GROUP!= ${ID} -g Administrators
-.endif
+ROOT_GROUP?= ${:!${ID} -g Administrators!}
TOUCH_FLAGS?=
ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`