pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/mypaint-brushes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 30 20:57:04 UTC 2018

Modified Files:
        pkgsrc/graphics/mypaint-brushes: buildlink3.mk

Log Message:
mypaint-brushes: fix package name in bl3.mk

While here, shorten names of variables.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/mypaint-brushes/buildlink3.mk

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

Modified files:

Index: pkgsrc/graphics/mypaint-brushes/buildlink3.mk
diff -u pkgsrc/graphics/mypaint-brushes/buildlink3.mk:1.1 pkgsrc/graphics/mypaint-brushes/buildlink3.mk:1.2
--- pkgsrc/graphics/mypaint-brushes/buildlink3.mk:1.1   Mon Apr 30 04:56:17 2018
+++ pkgsrc/graphics/mypaint-brushes/buildlink3.mk       Mon Apr 30 20:57:04 2018
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/04/30 04:56:17 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/04/30 20:57:04 wiz Exp $
 
-BUILDLINK_TREE+=       mypaint-brushes-mypaint-brushes
+BUILDLINK_TREE+=       mypaint-brushes
 
-.if !defined(MYPAINT_BRUSHES_MYPAINT_BRUSHES_BUILDLINK3_MK)
-MYPAINT_BRUSHES_MYPAINT_BRUSHES_BUILDLINK3_MK:=
+.if !defined(MYPAINT_BRUSHES_BUILDLINK3_MK)
+MYPAINT_BRUSHES_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.mypaint-brushes-mypaint-brushes+=        mypaint-brushes-mypaint-brushes>=1.3.0
-BUILDLINK_PKGSRCDIR.mypaint-brushes-mypaint-brushes?=  ../../graphics/mypaint-brushes
-.endif # MYPAINT_BRUSHES_MYPAINT_BRUSHES_BUILDLINK3_MK
+BUILDLINK_API_DEPENDS.mypaint-brushes+=        mypaint-brushes>=1.3.0
+BUILDLINK_PKGSRCDIR.mypaint-brushes?=  ../../graphics/mypaint-brushes
+.endif # MYPAINT_BRUSHES_BUILDLINK3_MK
 
-BUILDLINK_TREE+=       -mypaint-brushes-mypaint-brushes
+BUILDLINK_TREE+=       -mypaint-brushes



Home | Main Index | Thread Index | Old Index