pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go14 As this package doesn't install anything int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9ad606f050
branches:  trunk
changeset: 359714:dc9ad606f050
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 16 18:55:09 2017 +0000

description:
As this package doesn't install anything into "bin" we don't need to
create that directory.

diffstat:

 lang/go14/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65a884d7d0a6 -r dc9ad606f050 lang/go14/Makefile
--- a/lang/go14/Makefile        Thu Mar 16 18:38:33 2017 +0000
+++ b/lang/go14/Makefile        Thu Mar 16 18:55:09 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index