diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 9e5abac2231c8933a844b631489453a9b2ee32c7 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /sysutils/dbus | |
parent | ff7d16fdff9f2bce4cdae576fad91cda40b48b97 (diff) | |
download | pkgsrc-9e5abac2231c8933a844b631489453a9b2ee32c7.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/buildlink3.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sysutils/dbus/buildlink3.mk b/sysutils/dbus/buildlink3.mk index 679a718b3fb..2d3c4a79617 100644 --- a/sysutils/dbus/buildlink3.mk +++ b/sysutils/dbus/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2009/03/20 19:25:23 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2009/06/14 22:58:09 joerg Exp $ BUILDLINK_TREE+= dbus @@ -8,14 +8,6 @@ DBUS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dbus+= dbus>=0.91 BUILDLINK_PKGSRCDIR.dbus?= ../../sysutils/dbus -PRINT_PLIST_AWK+= /^@dirrm include\/dbus-1.0\/dbus$$/ \ - { print "@comment in dbus: " $$0; next; } -PRINT_PLIST_AWK+= /^@exec ..MKDIR. %D\/share\/dbus-1\/services/ { next; } -PRINT_PLIST_AWK+= /^@dirrm share\/dbus-1\/services/ \ - { print "@comment in dbus: " $$0; next } -PRINT_PLIST_AWK+= /^@dirrm share\/dbus-1/ \ - { print "@comment in dbus: " $$0; next } - .include "../../textproc/expat/buildlink3.mk" .endif # DBUS_BUILDLINK3_MK |