diff options
author | agc <agc@pkgsrc.org> | 1998-07-21 11:12:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-21 11:12:11 +0000 |
commit | c382906b780748b9c860e93c69ec83da3f5b85ac (patch) | |
tree | 537bda4288265358f590c1cb1bf2426675547120 /mk | |
parent | 548db3b0011ee1bdc4481a6e79addb04c9d27e9b (diff) | |
download | pkgsrc-c382906b780748b9c860e93c69ec83da3f5b85ac.tar.gz |
Missed one occurrence of "licence".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 64a3e994c9e..bd50e384e81 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.121 1998/07/21 11:09:11 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.122 1998/07/21 11:12:11 agc Exp $ # # This file is in the public domain. # @@ -587,7 +587,7 @@ _ACCEPTABLE= yes .endfor # _lic .endif # ACCEPTABLE_LICENSES .ifndef _ACCEPTABLE -IGNORE= "Unacceptable licence: ${LICENSE}" +IGNORE= "Unacceptable license: ${LICENSE}" .endif .endif |