svn commit: r340696 - head/devel/rubygem-ffi

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 22 08:27:31 UTC 2014


Author: rakuco
Date: Wed Jan 22 08:27:30 2014
New Revision: 340696
URL: http://svnweb.freebsd.org/changeset/ports/340696
QAT: https://qat.redports.org/buildarchive/r340696/

Log:
  Use a valid LICENSE name

Modified:
  head/devel/rubygem-ffi/Makefile

Modified: head/devel/rubygem-ffi/Makefile
==============================================================================
--- head/devel/rubygem-ffi/Makefile	Wed Jan 22 08:26:54 2014	(r340695)
+++ head/devel/rubygem-ffi/Makefile	Wed Jan 22 08:27:30 2014	(r340696)
@@ -9,7 +9,7 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Extension for dynamic libraries & binding functions
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
 


More information about the svn-ports-all mailing list