summaryrefslogtreecommitdiff
path: root/mk/pkgtasks/permissions.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-10 05:37:44 +0000
committerjlam <jlam@pkgsrc.org>2017-08-10 05:37:44 +0000
commit305d1897c80aeac77968512a53ffe399e77269a4 (patch)
tree985c66eeb08e7ecc201b2ca700cdf279a4513c54 /mk/pkgtasks/permissions.mk
parent9fa77ed7e82101affafc5e6f25f6d4767e9a04bb (diff)
downloadpkgsrc-305d1897c80aeac77968512a53ffe399e77269a4.tar.gz
mk/pkgtasks: Make the assertion comments more obvious.
Diffstat (limited to 'mk/pkgtasks/permissions.mk')
-rw-r--r--mk/pkgtasks/permissions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgtasks/permissions.mk b/mk/pkgtasks/permissions.mk
index baa4db984fc..13f71deb130 100644
--- a/mk/pkgtasks/permissions.mk
+++ b/mk/pkgtasks/permissions.mk
@@ -1,4 +1,4 @@
-# $NetBSD: permissions.mk,v 1.1 2017/06/01 02:06:04 jlam Exp $
+# $NetBSD: permissions.mk,v 1.2 2017/08/10 05:37:44 jlam Exp $
#
# Copyright (c) 2017 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -88,7 +88,7 @@ SETGID_GAMES_PERMS?= ${GAMES_USER} ${GAMES_GROUP} ${GAMEMODE}
GAMEDATA_PERMS?= ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
GAMEDIR_PERMS?= ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
-# Assert that the variables have the right number of words.
+# ASSERT: The variables have the right number of words.
.for _var_ in SPECIAL_PERMS
. if empty(${_var_}) || empty(${_var_}:C/.*/4/:M*:S/4 4 4 4//gW)
# ${_var_} has a multiple of 4 words.