diff options
author | jmmv <jmmv> | 2004-05-15 11:24:20 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-05-15 11:24:20 +0000 |
commit | bdceb82277f2d9d2cce9a0505960c90819129bcf (patch) | |
tree | f4113036a07cb8af4d7fa99fe30956501140ab42 /devel/libbonobo | |
parent | 3c1d346bb36a2345cd88210166d3e4101d830c97 (diff) | |
download | pkgsrc-bdceb82277f2d9d2cce9a0505960c90819129bcf.tar.gz |
Print a comment for lib/bonobo-2.0/samples instead of trying to remove it,
during print-PLIST of packages using this one.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libbonobo/buildlink3.mk b/devel/libbonobo/buildlink3.mk index 9af9ad83063..e8ee78b3929 100644 --- a/devel/libbonobo/buildlink3.mk +++ b/devel/libbonobo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2004/04/16 22:13:33 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2004/05/15 11:24:20 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBBONOBO_BUILDLINK3_MK:= ${LIBBONOBO_BUILDLINK3_MK}+ @@ -20,6 +20,8 @@ BUILDLINK_FILES.libbonobo+= share/idl/bonobo-activation-2.0/* PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo$$/ { next; } PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo\/(monikers|servers)$$/ \ { print "@comment in libbonobo: " $$0; next; } +PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo-2.0\/samples$$/ \ + { print "@comment in libbonobo: " $$0; next; } .endif # LIBBONOBO_BUILDLINK3_MK .include "../../devel/gettext-lib/buildlink3.mk" |