aboutsummaryrefslogtreecommitdiff
path: root/devel/gvp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gvp/pkg-descr')
-rw-r--r--devel/gvp/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gvp/pkg-descr b/devel/gvp/pkg-descr
index 5c9304d67dd2..3c1accfa089d 100644
--- a/devel/gvp/pkg-descr
+++ b/devel/gvp/pkg-descr
@@ -3,8 +3,8 @@ Go Versioning Packager
gvp stands for Go Versioning Packager and is based on gst, a similar tool
that provides dependency isolation for Ruby gems.
-The tool modifies your GOPATH to point to a local .godeps/ directory so
-that you can keep the dependencies of your project isolated there,
+The tool modifies your GOPATH to point to a local .godeps/ directory so
+that you can keep the dependencies of your project isolated there,
it also modifies GOBIN and PATH to include the new GOPATH/bin directory.
gvp is a companion tool to gpm but both tools can be used independently