Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 10:36:01 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550157 - head/vietnamese/vnless
Message-ID:  <202009261036.08QAa1Js012980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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