summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-02-10 21:36:54 +0000
committerleot <leot@pkgsrc.org>2019-02-10 21:36:54 +0000
commit62e545a6e27e755d751896073f3fb2e26ad78b09 (patch)
tree49ecdbd9b671bd981ffd798ff654d7fc73dcb91a /mk
parenta83deb213436628f504349bc0f26634dbad4b284 (diff)
downloadpkgsrc-62e545a6e27e755d751896073f3fb2e26ad78b09.tar.gz
license.mk: Fix a typo
Diffstat (limited to 'mk')
-rw-r--r--mk/license.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk
index 2f2077bc9fb..3b4ffd022ba 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,11 +1,11 @@
-# $NetBSD: license.mk,v 1.97 2019/02/10 21:35:01 wiz Exp $
+# $NetBSD: license.mk,v 1.98 2019/02/10 21:36:54 leot Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
#
# XXX There should be one place to set the default list and for users
# to set the ACCEPTABLE_LICENSES list, used by both source builds and
-# binary installs#
+# binary installs.
#
# XXX: Some of this content arguably belongs in the pkgsrc guide
# instead.