Date: Wed, 22 Aug 2018 06:54:28 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477772 - head/dns/cli53 Message-ID: <201808220654.w7M6sSp1071295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808220654.w7M6sSp1071295>