svn commit: r398412 - head/devel/rubygem-listen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 2 06:54:54 UTC 2015


Author: sunpoet
Date: Fri Oct  2 06:54:53 2015
New Revision: 398412
URL: https://svnweb.freebsd.org/changeset/ports/398412

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-listen/Makefile

Modified: head/devel/rubygem-listen/Makefile
==============================================================================
--- head/devel/rubygem-listen/Makefile	Fri Oct  2 06:54:47 2015	(r398411)
+++ head/devel/rubygem-listen/Makefile	Fri Oct  2 06:54:53 2015	(r398412)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Listen to file modifications and notify about the changes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \
 		rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \


More information about the svn-ports-all mailing list