svn commit: r462785 - head/security/py-certbot-dns-route53

Mathieu Arnold mat at FreeBSD.org
Sat Feb 24 09:54:59 UTC 2018


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 at 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} \


More information about the svn-ports-head mailing list