svn commit: r483362 - head/devel/libpcl

Yuri Victorovich yuri at FreeBSD.org
Mon Oct 29 00:41:23 UTC 2018


Author: yuri
Date: Mon Oct 29 00:41:21 2018
New Revision: 483362
URL: https://svnweb.freebsd.org/changeset/ports/483362

Log:
  devel/libpcl: Fix license

Modified:
  head/devel/libpcl/Makefile

Modified: head/devel/libpcl/Makefile
==============================================================================
--- head/devel/libpcl/Makefile	Mon Oct 29 00:37:52 2018	(r483361)
+++ head/devel/libpcl/Makefile	Mon Oct 29 00:41:21 2018	(r483362)
@@ -9,8 +9,8 @@ DISTNAME=	pcl-${DISTVERSION}
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Portable Coroutine Library for low level functionality for coroutines
 
-LICENSE=	MIT
-xLICENSE_FILE=	${WRKSRC}/COPYING.SLIBTOOL
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake libtool
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list