pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/Makefile: Add a commented `go' entry



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57bfcfa7cc88
branches:  trunk
changeset: 314293:57bfcfa7cc88
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Oct 24 08:37:00 2018 +0000

description:
lang/Makefile: Add a commented `go' entry

Mostly useful for pkglint and (human) readers of Makefile (and
consistent with other versioned programming languages.)

diffstat:

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

diffs (17 lines):

diff -r 08aedccd2dd9 -r 57bfcfa7cc88 lang/Makefile
--- a/lang/Makefile     Wed Oct 24 00:28:25 2018 +0000
+++ b/lang/Makefile     Wed Oct 24 08:37:00 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.498 2018/10/23 23:01:33 maya Exp $
+# $NetBSD: Makefile,v 1.499 2018/10/24 08:37:00 leot Exp $
 #
 
 COMMENT=       Programming languages
@@ -89,6 +89,7 @@
 SUBDIR+=       ghc7
 SUBDIR+=       gnat_util
 SUBDIR+=       gnucobol
+#SUBDIR+=      go              # only contains Makefile fragments
 SUBDIR+=       go-hcl
 SUBDIR+=       go110
 SUBDIR+=       go111



Home | Main Index | Thread Index | Old Index