Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 12:28:37 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492049 - head/www/nginx
Message-ID:  <201902031228.x13CSb6R039020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Feb  3 12:28:37 2019
New Revision: 492049
URL: https://svnweb.freebsd.org/changeset/ports/492049

Log:
  Add LICENSE_FILE
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Feb  3 12:16:50 2019	(r492048)
+++ head/www/nginx/Makefile	Sun Feb  3 12:28:37 2019	(r492049)
@@ -14,6 +14,7 @@ MAINTAINER?=	joneum@FreeBSD.org
 COMMENT?=	Robust and small WWW server
 
 LICENSE=	BSD2CLAUSE
+LICESNE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips=	error ngx_spinlock() or ngx_atomic_cmp_set() are not defined
 BROKEN_mips64=	error ngx_spinlock() or ngx_atomic_cmp_set() are not defined



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902031228.x13CSb6R039020>