pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libbonobo Print a comment for lib/bonobo-2.0/sam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393df04f6504
branches:  trunk
changeset: 475373:393df04f6504
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat May 15 11:24:20 2004 +0000

description:
Print a comment for lib/bonobo-2.0/samples instead of trying to remove it,
during print-PLIST of packages using this one.

diffstat:

 devel/libbonobo/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1342f47937dd -r 393df04f6504 devel/libbonobo/buildlink3.mk
--- a/devel/libbonobo/buildlink3.mk     Sat May 15 11:18:15 2004 +0000
+++ b/devel/libbonobo/buildlink3.mk     Sat May 15 11:24:20 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index