aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2010-05-26 10:20:27 +0800
committeralepulver <alepulver@FreeBSD.org>2010-05-26 10:20:27 +0800
commit6857cbebc2cd80d5a9c6de3c0e7f5725ea94e039 (patch)
treee6db64679329812f8232711d1501f798f4706eb7 /Mk
parent7f5784d009070cb000376b98073c1adcfbcbf01a (diff)
downloadfreebsd-ports-gnome-6857cbebc2cd80d5a9c6de3c0e7f5725ea94e039.tar.gz
freebsd-ports-gnome-6857cbebc2cd80d5a9c6de3c0e7f5725ea94e039.tar.zst
freebsd-ports-gnome-6857cbebc2cd80d5a9c6de3c0e7f5725ea94e039.zip
- Add entry in CHANGES about bsd.licenses*.mk.
- Fix typo in bsd.licenses.mk (_LICENGE_ERROR -> _LICENSE_ERROR).
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.licenses.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.licenses.mk b/Mk/bsd.licenses.mk
index 03af74932c58..3461107407d6 100644
--- a/Mk/bsd.licenses.mk
+++ b/Mk/bsd.licenses.mk
@@ -216,7 +216,7 @@ _LICENSE_TYPE= known
_LICENSE_ERROR?= redefining LICENSE_${var} is not allowed for known licenses, to define a custom license try another LICENSE name like ${_LICENSE}-variant
. endif
. if !defined(_LICENSE_${var}_${lic})
-_LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
+_LICENSE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
. else
_LICENSE_${var}= ${_LICENSE_${var}_${lic}}
. endif
@@ -293,7 +293,7 @@ _LICENSE_TYPE_${lic}= known
_LICENSE_ERROR?= redefining LICENSE_${var}_${lic} is not allowed for known licenses, to define a custom license try another LICENSE name for ${lic} like ${lic}-variant
. endif
. if !defined(_LICENSE_${var}_${lic})
-_LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
+_LICENSE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
. endif
. endfor
# Check for LICENSE_FILE or at least LICENSE_TEXT (which simulates it)