svn commit: r514222 - head/archivers/bzip2

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 10 12:22:00 UTC 2019


Author: bapt
Date: Thu Oct 10 12:21:59 2019
New Revision: 514222
URL: https://svnweb.freebsd.org/changeset/ports/514222

Log:
  Add license

Modified:
  head/archivers/bzip2/Makefile

Modified: head/archivers/bzip2/Makefile
==============================================================================
--- head/archivers/bzip2/Makefile	Thu Oct 10 12:17:15 2019	(r514221)
+++ head/archivers/bzip2/Makefile	Thu Oct 10 12:21:59 2019	(r514222)
@@ -9,6 +9,11 @@ MASTER_SITES=	https://sourceware.org/pub/bzip2/
 MAINTAINER=	jharris at widomaker.com
 COMMENT=	Block-sorting file compressor
 
+LICENSE=	BZIP2
+LICENSE_NAME=	BZIP2 license
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		cpe
 CPE_VENDOR=	bzip
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list