pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Add some PRINT_PLIST_AWK lines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fffca061b6f5
branches:  trunk
changeset: 480696:fffca061b6f5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 20 12:28:26 2004 +0000

description:
Add some PRINT_PLIST_AWK lines.

diffstat:

 devel/gnustep-make/buildlink3.mk |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 38a37e01317c -r fffca061b6f5 devel/gnustep-make/buildlink3.mk
--- a/devel/gnustep-make/buildlink3.mk  Mon Sep 20 11:39:15 2004 +0000
+++ b/devel/gnustep-make/buildlink3.mk  Mon Sep 20 12:28:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/04/10 23:31:39 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/09/20 12:28:26 wiz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GNUSTEP_MAKE_BUILDLINK3_MK:=   ${GNUSTEP_MAKE_BUILDLINK3_MK}+
@@ -19,6 +19,14 @@
 BUILDLINK_LIBDIRS.gnustep-make=        lib ${GNUSTEP_BLDIRS}
 BUILDLINK_INCDIRS.gnustep-make=        include ${GNUSTEP_BIDIRS}
 
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Headers$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Headers$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Libraries$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers$$/ { print "@comment " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries$$/ { print "@comment " $$0; next; }
+
 .endif # GNUSTEP_MAKE_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index