svn commit: r434122 - head/print/frescobaldi

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 14 16:09:02 UTC 2017


Author: amdmi3
Date: Tue Feb 14 16:09:00 2017
New Revision: 434122
URL: https://svnweb.freebsd.org/changeset/ports/434122

Log:
  - Fix license
  
  Approved by:	portmgr blanket

Modified:
  head/print/frescobaldi/Makefile

Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Tue Feb 14 16:06:10 2017	(r434121)
+++ head/print/frescobaldi/Makefile	Tue Feb 14 16:09:00 2017	(r434122)
@@ -9,8 +9,8 @@ CATEGORIES=	print kde
 MAINTAINER=	martin.dieringer at gmx.de
 COMMENT=	Music score editor for lilypond
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	lilypond:print/lilypond \
 		${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \


More information about the svn-ports-all mailing list