svn commit: r514223 - head/archivers/deb2targz

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 10 12:25:27 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list