Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2022 12:00:46 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2622703703e6 - main - license: Add a non applicable (NA) license only for metaports
Message-ID:  <202208261200.27QC0kt1068408@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2622703703e68725c5b753ada8f1d0f9837f0403

commit 2622703703e68725c5b753ada8f1d0f9837f0403
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-08-26 09:36:43 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-08-26 12:00:32 +0000

    license: Add a non applicable (NA) license only for metaports
    
    PR:     223932
    Reviewed by:    mat
    Differential Revision:  https://reviews.freebsd.org/D36358
---
 Mk/Uses/metaport.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Mk/Uses/metaport.mk b/Mk/Uses/metaport.mk
index 29794872bdbb..a85c348db85a 100644
--- a/Mk/Uses/metaport.mk
+++ b/Mk/Uses/metaport.mk
@@ -8,6 +8,10 @@
 .if !defined(_INCLUDE_USES_METAPORT_MK)
 _INCLUDE_USES_METAPORT_MK=	yes
 
+LICENSE=	NA
+LICENSE_NAME=	Non applicable
+LICENSE_TEXT=	No license are applicable to metaports
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 MASTER_SITES=	#
 DISTFILES=	#
 EXTRACT_ONLY=	#



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