diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 14:58:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 14:58:47 +0800 |
commit | 213a9e7eee5b20f0761626f69f9b71fcc966d238 (patch) | |
tree | 62e1d505aca86b38bd68923279e43f857cb3cf2d | |
parent | 3a94937c7ebea4fd8713689c740e65924a06edb1 (diff) | |
download | freebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.tar.gz freebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.tar.zst freebsd-ports-gnome-213a9e7eee5b20f0761626f69f9b71fcc966d238.zip |
- Fix LICENSE
-rw-r--r-- | textproc/rubygem-coderay/Makefile | 3 |
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> |