diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-29 08:41:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-29 08:41:21 +0800 |
commit | a492930a47407ef109a0d4bd557afe9ddeacf071 (patch) | |
tree | 530936032c8f39b610fab3f86138c3f6a86b906d /devel | |
parent | 3948446e98f4e5f6ab75d12dc15d12f8b59b534e (diff) | |
download | freebsd-ports-gnome-a492930a47407ef109a0d4bd557afe9ddeacf071.tar.gz freebsd-ports-gnome-a492930a47407ef109a0d4bd557afe9ddeacf071.tar.zst freebsd-ports-gnome-a492930a47407ef109a0d4bd557afe9ddeacf071.zip |
devel/libpcl: Fix license
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libpcl/Makefile b/devel/libpcl/Makefile index 8b461cc84098..dba1ad1c0e5b 100644 --- a/devel/libpcl/Makefile +++ b/devel/libpcl/Makefile @@ -9,8 +9,8 @@ DISTNAME= pcl-${DISTVERSION} MAINTAINER= yuri@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 |