Date: Thu, 6 Jun 2019 21:40:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503605 - head/lang/plexil Message-ID: <201906062140.x56LedoB040916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jun 6 21:40:39 2019 New Revision: 503605 URL: https://svnweb.freebsd.org/changeset/ports/503605 Log: lang/plexil: Fix license Modified: head/lang/plexil/Makefile Modified: head/lang/plexil/Makefile ============================================================================== --- head/lang/plexil/Makefile Thu Jun 6 21:37:35 2019 (r503604) +++ head/lang/plexil/Makefile Thu Jun 6 21:40:39 2019 (r503605) @@ -7,9 +7,10 @@ CATEGORIES= lang devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R} MAINTAINER= yuri@FreeBSD.org -COMMENT= Plan Execution Interchange Language from NASA for robot control +COMMENT= PLan EXecution Interchange Language from NASA for robot control -LICENSE= ISCL +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../LICENSE USES= gmake libtool GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906062140.x56LedoB040916>