Filter another directory for print-PLIST.
This commit is contained in:
parent
62abc3dd00
commit
844462dbb5
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue