diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:42:55 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:42:55 +0800 |
commit | b70643aab313de7806fd12a242720464cba2b16e (patch) | |
tree | 115fe5fabd8e6134c6d634343120e0528a0158f0 /lang/go/files/pkg-message.in | |
parent | 273d7a2bccc939ea6197fc04640e3406837c7e8b (diff) | |
download | freebsd-ports-gnome-b70643aab313de7806fd12a242720464cba2b16e.tar.gz freebsd-ports-gnome-b70643aab313de7806fd12a242720464cba2b16e.tar.zst freebsd-ports-gnome-b70643aab313de7806fd12a242720464cba2b16e.zip |
- Update to 20110920
- Cleanup
- Install into PREFIX/go
Diffstat (limited to 'lang/go/files/pkg-message.in')
-rw-r--r-- | lang/go/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/go/files/pkg-message.in b/lang/go/files/pkg-message.in index d1973dde8d07..5c6cf01be0cc 100644 --- a/lang/go/files/pkg-message.in +++ b/lang/go/files/pkg-message.in @@ -5,7 +5,7 @@ GOOS=freebsd GOARCH=%%ARCH%% - GOROOT=%%PREFIX%%/lib/go + GOROOT=%%PREFIX%%/go Your compiler is %%GOOBJ%%g and your linker is %%GOOBJ%%l. |