From 3d5280e932ffdaf1631b821c06452ebd82af3eb7 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 21 Jul 1998 11:09:11 +0000 Subject: Acceptable licence logic had been reverted to UK English spellings. --- mk/bsd.pkg.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 0909ca3130e..64a3e994c9e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.120 1998/07/16 16:24:40 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.121 1998/07/21 11:09:11 agc Exp $ # # This file is in the public domain. # @@ -578,16 +578,16 @@ IGNORE= "is restricted: ${RESTRICTED}" IGNORE= "uses X11, but ${X11BASE} not found" .elif defined(BROKEN) IGNORE= "is marked as broken: ${BROKEN}" -.elif defined(LICENCE) -.ifdef ACCEPTABLE_LICENCES -.for _lic in ${ACCEPTABLE_LICENCES} -.if ${LICENCE} == "${_lic}" +.elif defined(LICENSE) +.ifdef ACCEPTABLE_LICENSES +.for _lic in ${ACCEPTABLE_LICENSES} +.if ${LICENSE} == "${_lic}" _ACCEPTABLE= yes .endif .endfor # _lic -.endif # ACCEPTABLE_LICENCES +.endif # ACCEPTABLE_LICENSES .ifndef _ACCEPTABLE -IGNORE= "Unacceptable licence: ${LICENCE}" +IGNORE= "Unacceptable licence: ${LICENSE}" .endif .endif -- cgit v1.2.3