svn commit: r474871 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Wed Jul 18 15:09:03 UTC 2018


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
 
 


More information about the svn-ports-all mailing list