diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-06 20:36:01 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-06 20:36:01 +0000 |
commit | 52cfdd97a623bd1aaa1ca85ce74fb552618acef4 (patch) | |
tree | 75988df2d274c89d50ef5d1a73c00b3c2a20cbed /lang/scheme48/Makefile | |
parent | 45524faed59c86852271017089e3a47cda9f948b (diff) |
Update BSD license
Fix COMMENT to appease portlint
Notes
Notes:
svn path=/head/; revision=374147
Diffstat (limited to 'lang/scheme48/Makefile')
-rw-r--r-- | lang/scheme48/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index e18d0059e254..582278ff43b9 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -7,9 +7,10 @@ CATEGORIES= lang scheme MASTER_SITES= http://www.s48.org/${PORTVERSION}/ MAINTAINER= lichray@gmail.com -COMMENT= The Scheme Underground's implementation of R5RS +COMMENT= Scheme Underground's implementation of R5RS -LICENSE= BSD +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= multi CONFLICTS= scsh-[0-9]* |