aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.licenses.db.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-24 10:00:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-24 10:00:20 +0000
commitaa2539679084872cd84112e9df6bfee571570623 (patch)
tree68559db98006e070248f851f5adaa2ad18661717 /Mk/bsd.licenses.db.mk
parent26ffd1c80c1f79ee43d2584756117444ccd0efe6 (diff)
downloadports-aa2539679084872cd84112e9df6bfee571570623.tar.gz
ports-aa2539679084872cd84112e9df6bfee571570623.zip
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk. These white space changes contribute greatly to the readability of those files. As we have a version control system, finding out the reasons for the changes prior to these white space changes is still easily possible Differential Revision: https://reviews.freebsd.org/D35024 Reviewed by: portmgr (rene, bapt)
Diffstat (limited to 'Mk/bsd.licenses.db.mk')
-rw-r--r--Mk/bsd.licenses.db.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk
index 52906b71cad5..82aed96f3e9c 100644
--- a/Mk/bsd.licenses.db.mk
+++ b/Mk/bsd.licenses.db.mk
@@ -421,7 +421,7 @@ _LICENSE_GROUPS_ZPL21= GPL OSI
# Set default permissions if not defined
.for lic in ${_LICENSE_LIST}
-. if !defined(_LICENSE_PERMS_${lic})
+. if !defined(_LICENSE_PERMS_${lic})
_LICENSE_PERMS_${lic}= ${_LICENSE_PERMS_DEFAULT}
-. endif
+. endif
.endfor