svn commit: r406668 - head/misc/rubygem-mimemagic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 19 08:38:15 UTC 2016


Author: sunpoet
Date: Tue Jan 19 08:38:14 2016
New Revision: 406668
URL: https://svnweb.freebsd.org/changeset/ports/406668

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/misc/rubygem-mimemagic/Makefile

Modified: head/misc/rubygem-mimemagic/Makefile
==============================================================================
--- head/misc/rubygem-mimemagic/Makefile	Tue Jan 19 08:38:09 2016	(r406667)
+++ head/misc/rubygem-mimemagic/Makefile	Tue Jan 19 08:38:14 2016	(r406668)
@@ -10,9 +10,9 @@ COMMENT=	MIME detection by extension or 
 COMMENT=	Detects the mime type of a file by extension or by content
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list