diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-13 21:29:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-13 21:29:27 +0000 |
commit | 6a67cfb238d4a3a3fe27e20380dd237cb450f62b (patch) | |
tree | f49b1413af65fd3c54ea1c61b6dc00921c519ec0 /devel/libbonobo | |
parent | 03786102ec9c4912b7e50089f32ccf2e0ebf27d5 (diff) | |
download | pkgsrc-6a67cfb238d4a3a3fe27e20380dd237cb450f62b.tar.gz |
During print-PLIST, output comments for the lib/bonobo/servers and
lib/bonobo/monikers directories, instead of removing them, as they
are handled directly by this package.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/buildlink3.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libbonobo/buildlink3.mk b/devel/libbonobo/buildlink3.mk index 5cde498b4ce..543ee0e1adf 100644 --- a/devel/libbonobo/buildlink3.mk +++ b/devel/libbonobo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/04/01 18:18:00 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2004/04/13 21:29:27 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBBONOBO_BUILDLINK3_MK:= ${LIBBONOBO_BUILDLINK3_MK}+ @@ -16,6 +16,9 @@ BUILDLINK_PKGSRCDIR.libbonobo?= ../../devel/libbonobo BUILDLINK_FILES.libbonobo+= share/idl/bonobo-2.0/* BUILDLINK_FILES.libbonobo+= share/idl/bonobo-activation-2.0/* + +PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo\/(monikers|servers)$$/ \ + { print "@comment in libbonobo: " $$0; next; } .endif # LIBBONOBO_BUILDLINK3_MK .include "../../devel/gettext-lib/buildlink3.mk" |