pkgsrc-WIP-changes archive

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

go-fastprinter: fix buildlink3.mk name



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 19 10:30:19 2021 +0100
Changeset:	21bcfe6e7c527567bf1898b6a4332f5632fde2e3

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

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

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

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

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

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


Home | Main Index | Thread Index | Old Index