Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 09:54:58 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462785 - head/security/py-certbot-dns-route53
Message-ID:  <201802240954.w1O9swov057973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Feb 24 09:54:58 2018
New Revision: 462785
URL: https://svnweb.freebsd.org/changeset/ports/462785

Log:
  Fix LICENSE_FILE location.
  
  Sponsored by:	Absolight

Modified:
  head/security/py-certbot-dns-route53/Makefile   (contents, props changed)

Modified: head/security/py-certbot-dns-route53/Makefile
==============================================================================
--- head/security/py-certbot-dns-route53/Makefile	Sat Feb 24 09:36:53 2018	(r462784)
+++ head/security/py-certbot-dns-route53/Makefile	Sat Feb 24 09:54:58 2018	(r462785)
@@ -11,7 +11,7 @@ MAINTAINER=	python@FreeBSD.org
 COMMENT=	Route53 DNS Authenticator plugin for Certbot
 
 LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \



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