summaryrefslogtreecommitdiff
path: root/devel/grantlee
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-07 13:03:53 +0000
committerrillig <rillig@pkgsrc.org>2018-01-07 13:03:53 +0000
commit38bd22beeece26d04cb970a43f9267b5382adf10 (patch)
tree4a2ef468139f2589e7c95eea0981f044b96c087e /devel/grantlee
parent1e0283c10b471605924a7dee9fd3d78139114483 (diff)
downloadpkgsrc-38bd22beeece26d04cb970a43f9267b5382adf10.tar.gz
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
Diffstat (limited to 'devel/grantlee')
-rw-r--r--devel/grantlee/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/grantlee/buildlink3.mk b/devel/grantlee/buildlink3.mk
index 127db987281..fc8e07d536a 100644
--- a/devel/grantlee/buildlink3.mk
+++ b/devel/grantlee/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/03/05 11:27:44 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:03 rillig Exp $
BUILDLINK_TREE+= grantlee
@@ -7,7 +7,7 @@ GRANTLEE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.grantlee+= grantlee>=0.3.0
BUILDLINK_ABI_DEPENDS.grantlee?= grantlee>=0.5.1nb2
-BUILDLINK_PKGSRCDIR.grantlee?= ../../devel/grantlee
+BUILDLINK_PKGSRCDIR.grantlee?= ../../devel/grantlee
.include "../../x11/qt4-libs/buildlink3.mk"
.endif # GRANTLEE_BUILDLINK3_MK