svn commit: r407732 - head/www/spdylay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:47:01 UTC 2016


Author: sunpoet
Date: Mon Feb  1 19:47:00 2016
New Revision: 407732
URL: https://svnweb.freebsd.org/changeset/ports/407732

Log:
  - Add LICENSE_FILE

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Mon Feb  1 19:46:55 2016	(r407731)
+++ head/www/spdylay/Makefile	Mon Feb  1 19:47:00 2016	(r407732)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	SPDY protocol version 2, 3 and 3.1 implementation in C
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libevent2>=2.0.8:${PORTSDIR}/devel/libevent2
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2


More information about the svn-ports-all mailing list