Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 14:20:06 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409289 - head/sysutils/envconsul
Message-ID:  <201602211420.u1LEK61H057873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Feb 21 14:20:06 2016
New Revision: 409289
URL: https://svnweb.freebsd.org/changeset/ports/409289

Log:
  sysutils/envconsul: fix license

Modified:
  head/sysutils/envconsul/Makefile

Modified: head/sysutils/envconsul/Makefile
==============================================================================
--- head/sysutils/envconsul/Makefile	Sun Feb 21 13:50:13 2016	(r409288)
+++ head/sysutils/envconsul/Makefile	Sun Feb 21 14:20:06 2016	(r409289)
@@ -9,7 +9,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Populate values from Consul into a process environment
 
 LICENSE=	MPL
-LICENSE_FILE=	${WRKSRC}/src/github.com/hashicorp/envconsul/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
@@ -52,7 +52,7 @@ PORTDOCS=	README.md
 
 post-patch:
 	@${MKDIR} ${WRKSRC}/src/github.com/hashicorp/envconsul
-.for src in .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \
+.for src in .gitignore .travis.yml CHANGELOG.md Makefile README.md \
 	cli.go cli_test.go config.go config_test.go flags.go main.go runner.go \
 	runner_test.go scripts signals.go signals_windows.go
 	@${MV} ${WRKSRC}/${src} \



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