aboutsummaryrefslogtreecommitdiff
path: root/sysutils/envconsul
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-02-21 14:20:06 +0000
committerSteve Wills <swills@FreeBSD.org>2016-02-21 14:20:06 +0000
commita0988f7433a35ce9319486156e4cac3d92666466 (patch)
treeeb7152347e34f15e3a5c351cf095abab86086783 /sysutils/envconsul
parent37b259de795e86fc791a0ddb447b16807c3c7e01 (diff)
downloadports-a0988f7433a35ce9319486156e4cac3d92666466.tar.gz
ports-a0988f7433a35ce9319486156e4cac3d92666466.zip
sysutils/envconsul: fix license
Notes
Notes: svn path=/head/; revision=409289
Diffstat (limited to 'sysutils/envconsul')
-rw-r--r--sysutils/envconsul/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile
index 51e1e949d1c2..860434c5d656 100644
--- a/sysutils/envconsul/Makefile
+++ b/sysutils/envconsul/Makefile
@@ -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} \