pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonobo During print-PLIST, output comments fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ca76d6056c9
branches:  trunk
changeset: 472893:6ca76d6056c9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 13 21:29:27 2004 +0000

description:
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:

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

diffs (19 lines):

diff -r 5e92f232ff8a -r 6ca76d6056c9 devel/libbonobo/buildlink3.mk
--- a/devel/libbonobo/buildlink3.mk     Tue Apr 13 21:19:48 2004 +0000
+++ b/devel/libbonobo/buildlink3.mk     Tue Apr 13 21:29:27 2004 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index