svn commit: r447261 - head/devel/rubygem-ascii85

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 3 17:26:55 UTC 2017


Author: sunpoet
Date: Thu Aug  3 17:26:53 2017
New Revision: 447261
URL: https://svnweb.freebsd.org/changeset/ports/447261

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-ascii85/Makefile

Modified: head/devel/rubygem-ascii85/Makefile
==============================================================================
--- head/devel/rubygem-ascii85/Makefile	Thu Aug  3 17:26:48 2017	(r447260)
+++ head/devel/rubygem-ascii85/Makefile	Thu Aug  3 17:26:53 2017	(r447261)
@@ -8,9 +8,10 @@ MASTER_SITES=	RG
 DISTNAME=	Ascii85-${PORTVERSION}
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	Encode/decode Adobe's binary-to-text encoding of the same name
+COMMENT=	Encode/decode Adobe's binary-to-text encoding of the same name #'
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list