pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go14



Module Name:    pkgsrc
Committed By:   tron
Date:           Thu Mar 16 18:55:09 UTC 2017

Modified Files:
        pkgsrc/lang/go14: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/go14/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go14/Makefile
diff -u pkgsrc/lang/go14/Makefile:1.9 pkgsrc/lang/go14/Makefile:1.10
--- pkgsrc/lang/go14/Makefile:1.9       Tue Oct  4 18:45:22 2016
+++ pkgsrc/lang/go14/Makefile   Thu Mar 16 18:55:09 2017
@@ -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



Home | Main Index | Thread Index | Old Index