svn commit: r550157 - head/vietnamese/vnless

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Sep 26 10:36:02 UTC 2020


Author: 0mp
Date: Sat Sep 26 10:36:01 2020
New Revision: 550157
URL: https://svnweb.freebsd.org/changeset/ports/550157

Log:
  Fix the license permissions
  
  Actually, it is not allowed to sell this software without written consent
  of the author.

Modified:
  head/vietnamese/vnless/Makefile

Modified: head/vietnamese/vnless/Makefile
==============================================================================
--- head/vietnamese/vnless/Makefile	Sat Sep 26 10:34:32 2020	(r550156)
+++ head/vietnamese/vnless/Makefile	Sat Sep 26 10:36:01 2020	(r550157)
@@ -15,7 +15,7 @@ COMMENT=	Pager utility that speaks Vietnamese
 LICENSE=	LESSLICENSE
 LICENSE_NAME=	less License
 LICENSE_FILE=	${WRKSRC}/version.c
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 USES=		ncurses
 ALL_TARGET=	clobber all


More information about the svn-ports-all mailing list