Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 22:51:35 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475616 - head/Mk
Message-ID:  <201807282251.w6SMpZG1008640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Jul 28 22:51:35 2018
New Revision: 475616
URL: https://svnweb.freebsd.org/changeset/ports/475616

Log:
  Fix a grammaro (in four instances) in user-level messages around license
  restrictions.
  
  Approved by:	portmgr (mat)
  Reviewed by:	eadler

Modified:
  head/Mk/bsd.licenses.mk

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Sat Jul 28 21:17:51 2018	(r475615)
+++ head/Mk/bsd.licenses.mk	Sat Jul 28 22:51:35 2018	(r475616)
@@ -581,22 +581,22 @@ debug-license: check-license
 .if ${_LICENSE_PERMS:Mdist-mirror}
 	@${ECHO_MSG} "===>  License allows mirroring distribution files"
 .else
-	@${ECHO_MSG} "===>  License does not allows mirroring distribution files"
+	@${ECHO_MSG} "===>  License does not allow mirroring distribution files"
 .endif
 .if ${_LICENSE_PERMS:Mdist-sell}
 	@${ECHO_MSG} "===>  License allows selling distribution files"
 .else
-	@${ECHO_MSG} "===>  License does not allows selling distribution files"
+	@${ECHO_MSG} "===>  License does not allow selling distribution files"
 .endif
 .if ${_LICENSE_PERMS:Mpkg-mirror}
 	@${ECHO_MSG} "===>  License allows mirroring pre-built packages"
 .else
-	@${ECHO_MSG} "===>  License does not allows mirroring pre-build packages"
+	@${ECHO_MSG} "===>  License does not allow mirroring pre-build packages"
 .endif
 .if ${_LICENSE_PERMS:Mpkg-sell}
 	@${ECHO_MSG} "===>  License allows selling pre-build packages"
 .else
-	@${ECHO_MSG} "===>  License does not allows selling pre-build packages"
+	@${ECHO_MSG} "===>  License does not allow selling pre-build packages"
 .endif
 .if ${_LICENSE_PERMS:Mauto-accept}
 	@${ECHO_MSG} "===>  License allows being auto-accepted"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807282251.w6SMpZG1008640>