svn commit: r492082 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Sun Feb 3 22:40:53 UTC 2019


Author: joneum
Date: Sun Feb  3 22:40:52 2019
New Revision: 492082
URL: https://svnweb.freebsd.org/changeset/ports/492082

Log:
  Fix typo
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Feb  3 22:38:15 2019	(r492081)
+++ head/www/nginx/Makefile	Sun Feb  3 22:40:52 2019	(r492082)
@@ -14,7 +14,7 @@ MAINTAINER?=	joneum at FreeBSD.org
 COMMENT?=	Robust and small WWW server
 
 LICENSE=	BSD2CLAUSE
-LICESNE_FILE=	${WRKSRC}/LICENSE
+LICENSE_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


More information about the svn-ports-all mailing list