aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-06-15 15:56:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-06-15 15:56:23 +0000
commit0b6547fc3529cd7be72aea5e5e744ca21a404279 (patch)
tree539e52eaec33b1241c3cb378531bcd02bde4f811 /x11-toolkits
parent0f1141175fa2cb05d718756ad314a11ddf063c6e (diff)
downloadports-0b6547fc3529cd7be72aea5e5e744ca21a404279.tar.gz
ports-0b6547fc3529cd7be72aea5e5e744ca21a404279.zip
Fix license:
1. it is LGPL21 and not GPLv2 2. Fix typo in the macro [1] Reported by: tcberner [1]
Notes
Notes: svn path=/head/; revision=538907
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtksourceview3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index 07245089395b..2f34933d54d8 100644
--- a/x11-toolkits/gtksourceview3/Makefile
+++ b/x11-toolkits/gtksourceview3/Makefile
@@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
-LICENSE= GPLv2
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 tar:xz