aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-31 14:58:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-31 14:58:47 +0800
commit213a9e7eee5b20f0761626f69f9b71fcc966d238 (patch)
tree62e1d505aca86b38bd68923279e43f857cb3cf2d /textproc
parent3a94937c7ebea4fd8713689c740e65924a06edb1 (diff)
downloadfreebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.tar.gz
freebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.tar.zst
freebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.zip
- Fix LICENSE
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-coderay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile
index 114ef4510568..e83cd93e0760 100644
--- a/textproc/rubygem-coderay/Makefile
+++ b/textproc/rubygem-coderay/Makefile
@@ -9,11 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast and easy syntax highlighting for selected languages
-LICENSE= LGPL21
+LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/coderay
.include <bsd.port.mk>