summaryrefslogtreecommitdiff
path: root/lang/mono2
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 /lang/mono2
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 'lang/mono2')
-rw-r--r--lang/mono2/buildlink3.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/mono2/buildlink3.mk b/lang/mono2/buildlink3.mk
index 2385923a910..36aabd9a812 100644
--- a/lang/mono2/buildlink3.mk
+++ b/lang/mono2/buildlink3.mk
@@ -1,14 +1,14 @@
-# $NetBSD: buildlink3.mk,v 1.10 2017/11/30 16:45:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2018/01/07 13:04:19 rillig Exp $
BUILDLINK_TREE+= mono
.if !defined(MONO_BUILDLINK3_MK)
MONO_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.mono+= mono>=2.8<3
-BUILDLINK_ABI_DEPENDS.mono+= mono>=2.10.9nb22
-BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono2
-ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q}
+BUILDLINK_API_DEPENDS.mono+= mono>=2.8<3
+BUILDLINK_ABI_DEPENDS.mono+= mono>=2.10.9nb22
+BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono2
+ALL_ENV+= MONO_SHARED_DIR=${WRKDIR}
BUILDLINK_CONTENTS_FILTER.mono+= ${EGREP} '(^include/|^lib/)'
.include "../../textproc/icu/buildlink3.mk"