pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit2 During print-PLIST, output comments for the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/650e46b62bcb
branches:  trunk
changeset: 472896:650e46b62bcb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 13 21:34:18 2004 +0000

description:
During print-PLIST, output comments for the lib/orbit-2.0 and share/idl
directories instead of removing them, as they are handled by this package.

diffstat:

 net/ORBit2/buildlink3.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d461a9b2af7c -r 650e46b62bcb net/ORBit2/buildlink3.mk
--- a/net/ORBit2/buildlink3.mk  Tue Apr 13 21:33:06 2004 +0000
+++ b/net/ORBit2/buildlink3.mk  Tue Apr 13 21:34:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/04/01 18:16:17 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/04/13 21:34:18 jmmv Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 ORBIT2_BUILDLINK3_MK:= ${ORBIT2_BUILDLINK3_MK}+
@@ -13,6 +13,11 @@
 .if !empty(ORBIT2_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.ORBit2+=     ORBit2>=2.10.0
 BUILDLINK_PKGSRCDIR.ORBit2?=   ../../net/ORBit2
+
+PRINT_PLIST_AWK+=      /^@dirrm lib\/orbit-2.0$$/ \
+                               { print "@comment in ORBit2: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/idl$$/ \
+                               { print "@comment in ORBit2: " $$0; next; }
 .endif # ORBIT2_BUILDLINK3_MK
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index