svn commit: r515665 - head/www/eden

Emanuel Haupt ehaupt at FreeBSD.org
Fri Oct 25 22:06:21 UTC 2019


Author: ehaupt
Date: Fri Oct 25 22:06:20 2019
New Revision: 515665
URL: https://svnweb.freebsd.org/changeset/ports/515665

Log:
  Define LICENSE_FILE

Modified:
  head/www/eden/Makefile

Modified: head/www/eden/Makefile
==============================================================================
--- head/www/eden/Makefile	Fri Oct 25 21:12:21 2019	(r515664)
+++ head/www/eden/Makefile	Fri Oct 25 22:06:20 2019	(r515665)
@@ -4,12 +4,14 @@
 PORTNAME=	eden
 PORTVERSION=	0.7.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Interact with any Open Service Broker API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list