svn commit: r456620 - head/graphics/iccexamin

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 11:22:43 UTC 2017


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 at 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


More information about the svn-ports-all mailing list