svn commit: r422039 - head/graphics/blender

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 13 17:11:37 UTC 2016


Author: amdmi3
Date: Tue Sep 13 17:11:36 2016
New Revision: 422039
URL: https://svnweb.freebsd.org/changeset/ports/422039

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/blender/Makefile

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Tue Sep 13 17:11:26 2016	(r422038)
+++ head/graphics/blender/Makefile	Tue Sep 13 17:11:36 2016	(r422039)
@@ -11,7 +11,8 @@ MASTER_SITES=	http://download.blender.or
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	3D modeling/rendering/animation/gaming package
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/doc/license/GPL-license.txt
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-head mailing list