Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 11:22:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456620 - head/graphics/iccexamin
Message-ID:  <201712181122.vBIBMgKW059238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 18 11:22:42 2017
New Revision: 456620
URL: https://svnweb.freebsd.org/changeset/ports/456620

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Whitespace fix

Modified:
  head/graphics/iccexamin/Makefile

Modified: head/graphics/iccexamin/Makefile
==============================================================================
--- head/graphics/iccexamin/Makefile	Mon Dec 18 11:22:21 2017	(r456619)
+++ head/graphics/iccexamin/Makefile	Mon Dec 18 11:22:42 2017	(r456620)
@@ -7,7 +7,8 @@ CATEGORIES=	graphics
 MAINTAINER=	bsam@FreeBSD.org
 COMMENT=	ICC profile viewer and colour visualisation
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
@@ -17,7 +18,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libOyranos.so:graphics/oyranos \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
-		libXcm.so:x11/libXcm 
+		libXcm.so:x11/libXcm
 
 USE_GITHUB=     yes
 GH_ACCOUNT=     oyranos-cms



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712181122.vBIBMgKW059238>