Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 12:25:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514223 - head/archivers/deb2targz
Message-ID:  <201910101225.x9ACPRf5082806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 10 12:25:26 2019
New Revision: 514223
URL: https://svnweb.freebsd.org/changeset/ports/514223

Log:
  Add license.
  
  Note that everything scripts in the ports tree without an explicit license
  automatically fall into the license of the ports tree itself

Modified:
  head/archivers/deb2targz/Makefile

Modified: head/archivers/deb2targz/Makefile
==============================================================================
--- head/archivers/deb2targz/Makefile	Thu Oct 10 12:21:59 2019	(r514222)
+++ head/archivers/deb2targz/Makefile	Thu Oct 10 12:25:26 2019	(r514223)
@@ -10,6 +10,9 @@ DISTFILES=	# none
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line utility for converting a Debian .deb file to a .tar.gz
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${PORTSDIR}/COPYRIGHT
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 



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