Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 15:09:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474871 - head/Mk
Message-ID:  <201807181509.w6IF92nJ036832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jul 18 15:09:02 2018
New Revision: 474871
URL: https://svnweb.freebsd.org/changeset/ports/474871

Log:
  Makes the no-auto-accept case understandable by a human.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.licenses.mk   (contents, props changed)

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Wed Jul 18 15:08:44 2018	(r474870)
+++ head/Mk/bsd.licenses.mk	Wed Jul 18 15:09:02 2018	(r474871)
@@ -601,7 +601,7 @@ debug-license: check-license
 .if ${_LICENSE_PERMS:Mauto-accept}
 	@${ECHO_MSG} "===>  License allows being auto-accepted"
 .else
-	@${ECHO_MSG} "===>  License does not allows being auto-accepted"
+	@${ECHO_MSG} "===>  License requires manual intervention by the user to accept its terms"
 .endif
 
 



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