pkgsrc-WIP-changes archive

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

go-inter: fix name buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Jan 6 16:59:38 2021 +0100
Changeset:	5f87e6df99517c3214d7df400d0938d9ce77a107

Added Files:
	go-intern/buildlink3.mk
Removed Files:
	go-intern/buidlink3.mk

Log Message:
go-inter: fix name buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f87e6df99517c3214d7df400d0938d9ce77a107

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

diffstat:
 go-intern/buidlink3.mk  | 15 ---------------
 go-intern/buildlink3.mk | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 15 deletions(-)

diffs:
diff --git a/go-intern/buidlink3.mk b/go-intern/buidlink3.mk
deleted file mode 100644
index ec9fba9313..0000000000
--- a/go-intern/buidlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-intern
-
-.if !defined(GO_INTERN_BUILDLINK3_MK)
-GO_INTERN_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-intern=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-intern?=		build
-
-BUILDLINK_API_DEPENDS.go-intern+=	go-intern>=1.0.0
-BUILDLINK_PKGSRCDIR.go-intern?=	../../wip/go-intern
-.endif	# GO_INTERN_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-intern
diff --git a/go-intern/buildlink3.mk b/go-intern/buildlink3.mk
new file mode 100644
index 0000000000..ec9fba9313
--- /dev/null
+++ b/go-intern/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-intern
+
+.if !defined(GO_INTERN_BUILDLINK3_MK)
+GO_INTERN_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-intern=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-intern?=		build
+
+BUILDLINK_API_DEPENDS.go-intern+=	go-intern>=1.0.0
+BUILDLINK_PKGSRCDIR.go-intern?=	../../wip/go-intern
+.endif	# GO_INTERN_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-intern


Home | Main Index | Thread Index | Old Index