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 more PRINT_PLIST_AWK, and add p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83133bbd8a84
branches:  trunk
changeset: 480701:83133bbd8a84
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 20 14:50:28 2004 +0000

description:
Add more PRINT_PLIST_AWK, and add package name to inserted comment.

diffstat:

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

diffs (31 lines):

diff -r 921b024b4d22 -r 83133bbd8a84 devel/gnustep-make/buildlink3.mk
--- a/devel/gnustep-make/buildlink3.mk  Mon Sep 20 12:57:05 2004 +0000
+++ b/devel/gnustep-make/buildlink3.mk  Mon Sep 20 14:50:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/09/20 12:28:26 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/09/20 14:50:28 wiz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GNUSTEP_MAKE_BUILDLINK3_MK:=   ${GNUSTEP_MAKE_BUILDLINK3_MK}+
@@ -19,13 +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; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Applications$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/Local\/Library\/Libraries$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers$$/ { print "@comment in gnustep-make: " $$0; next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries$$/ { print "@comment in gnustep-make: " $$0; next; }
 
 .endif # GNUSTEP_MAKE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index