summaryrefslogtreecommitdiff
path: root/lang/go14
diff options
context:
space:
mode:
authortron <tron>2017-03-16 18:55:09 +0000
committertron <tron>2017-03-16 18:55:09 +0000
commita518ded3577eff73697d610010a6187171985305 (patch)
treef74a767f7252b65b0ce49b192165d1ce84a185a9 /lang/go14
parent08dbff66e75833ee37552d131c29bf1a1cd2fa71 (diff)
downloadpkgsrc-a518ded3577eff73697d610010a6187171985305.tar.gz
As this package doesn't install anything into "bin" we don't need to
create that directory.
Diffstat (limited to 'lang/go14')
-rw-r--r--lang/go14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile
index b3a1c8b023a..51d8ca251b2 100644
--- a/lang/go14/Makefile
+++ b/lang/go14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/10/04 18:45:22 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2017/03/16 18:55:09 tron Exp $
.include "../../lang/go/version.mk"
@@ -25,7 +25,7 @@ TMPDIR?= /tmp
BUILDLINK_PASSTHRU_DIRS+= ${TMPDIR}
GOROOT_FINAL= ${PREFIX}/go14
-INSTALLATION_DIRS= bin go14
+INSTALLATION_DIRS= go14
REPLACE_BASH+= doc/articles/wiki/test.bash
REPLACE_BASH+= doc/codewalk/run