diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-12 10:26:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-12 10:26:59 +0000 |
commit | 96fc47c14f1c212bb44b3fea33a48ff9851c6bdd (patch) | |
tree | 397609a094ed7bb668e7b58b490f2a22b5f2be98 /lang/parrot | |
parent | 5f376acbd57b7419d869b5c94e151a177b9511e1 (diff) | |
download | pkgsrc-96fc47c14f1c212bb44b3fea33a48ff9851c6bdd.tar.gz |
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/parrot/buildlink3.mk b/lang/parrot/buildlink3.mk index 190dd82fb60..0168c8f23e7 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/04/06 06:22:12 reed Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:21 rillig Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PARROT_BUILDLINK3_MK:= ${PARROT_BUILDLINK3_MK}+ @@ -18,4 +18,4 @@ BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |