aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-18 19:22:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-18 19:22:42 +0800
commitce449506fb4b00e3fe647d18a9ff2019192082fd (patch)
tree2c5e9b23ef6c589e1ee1c14d93926dc0bec842d9 /graphics
parent5b4962c5065a427921e4b0e679632264e52123f6 (diff)
downloadfreebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.tar.gz
freebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.tar.zst
freebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.zip
- Fix LICENSE
- Add LICENSE_FILE - Whitespace fix
Diffstat (limited to 'graphics')
-rw-r--r--graphics/iccexamin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile
index 56c7745d7013..db3682cfdcd5 100644
--- a/graphics/iccexamin/Makefile
+++ b/graphics/iccexamin/Makefile
@@ -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