svn commit: r477772 - head/dns/cli53
Koichiro Iwao
meta at FreeBSD.org
Wed Aug 22 06:54:29 UTC 2018
Author: meta
Date: Wed Aug 22 06:54:28 2018
New Revision: 477772
URL: https://svnweb.freebsd.org/changeset/ports/477772
Log:
dns/cli53: correct LICENCE_FILE error made in the previous commit
Approved by: pi (mentor)
Modified:
head/dns/cli53/Makefile
Modified: head/dns/cli53/Makefile
==============================================================================
--- head/dns/cli53/Makefile Wed Aug 22 06:40:47 2018 (r477771)
+++ head/dns/cli53/Makefile Wed Aug 22 06:54:28 2018 (r477772)
@@ -10,7 +10,7 @@ MAINTAINER= meta at FreeBSD.org
COMMENT= Command line management of Route53 domains
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC:H:H}/LICENSE
USES= go
USE_GITHUB= yes
More information about the svn-ports-all
mailing list