diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-23 11:00:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-23 11:00:01 +0000 |
commit | 844462dbb5edfb789cfce70826818ce5d75d3790 (patch) | |
tree | f0a1a281b7c9c28c44f85c65c6c9df24cc15a1fc /sysutils/dbus | |
parent | 62abc3dd008fc0b62e0dc0076f2c3a8691ca3fe1 (diff) | |
download | pkgsrc-844462dbb5edfb789cfce70826818ce5d75d3790.tar.gz |
Filter another directory for print-PLIST.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dbus/buildlink3.mk b/sysutils/dbus/buildlink3.mk index bd345cf6b82..d01f314dac8 100644 --- a/sysutils/dbus/buildlink3.mk +++ b/sysutils/dbus/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2009/01/13 10:55:37 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2009/02/23 11:00:01 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ DBUS_BUILDLINK3_MK:= ${DBUS_BUILDLINK3_MK}+ @@ -20,6 +20,8 @@ PRINT_PLIST_AWK+= /^@dirrm include\/dbus-1.0\/dbus$$/ \ 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 } .endif # DBUS_BUILDLINK3_MK .include "../../textproc/expat/buildlink3.mk" |