aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.licenses.db.mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-04 13:48:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-04 13:48:15 +0000
commitba33313a9d87f9cf91b0e798dc0bded4415313cb (patch)
tree61050af5f018ddff03b0de9ec2b9b4bdcb42ed23 /Mk/bsd.licenses.db.mk
parenta63b72d0cfe7f44a399542ed4bd2e058e6c862a5 (diff)
downloadports-ba33313a9d87f9cf91b0e798dc0bded4415313cb.tar.gz
ports-ba33313a9d87f9cf91b0e798dc0bded4415313cb.zip
Remove superfluous space
Differential Revision: https://reviews.freebsd.org/D9162 Submitted by: sunpoet (myself) Reviewed by: amdmi3 Approved by: portmgr (mat)
Notes
Notes: svn path=/head/; revision=435394
Diffstat (limited to 'Mk/bsd.licenses.db.mk')
-rw-r--r--Mk/bsd.licenses.db.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk
index 1fb2e135817f..aac61d9f6ced 100644
--- a/Mk/bsd.licenses.db.mk
+++ b/Mk/bsd.licenses.db.mk
@@ -399,8 +399,6 @@ _LICENSE_GROUPS_ZPL21= GPL OSI
.for lic in ${_LICENSE_LIST}
. if !defined(_LICENSE_PERMS_${lic})
-# note that space before = is needed to correctly handle licenses
-# ending with a plus sign
-_LICENSE_PERMS_${lic} = ${_LICENSE_PERMS_DEFAULT}
+_LICENSE_PERMS_${lic}= ${_LICENSE_PERMS_DEFAULT}
. endif
.endfor