summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-20 14:50:28 +0000
committerwiz <wiz@pkgsrc.org>2004-09-20 14:50:28 +0000
commit030ad0d00c97408df2b1d06173ff8bf2acac5cd3 (patch)
tree09ad0cac066a2c1b8d6987bb9be538ece1f2f7a5 /devel/gnustep-make
parent50d6f9da50ed482fb08224982d58eb83bfedda29 (diff)
downloadpkgsrc-030ad0d00c97408df2b1d06173ff8bf2acac5cd3.tar.gz
Add more PRINT_PLIST_AWK, and add package name to inserted comment.
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/buildlink3.mk17
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/gnustep-make/buildlink3.mk b/devel/gnustep-make/buildlink3.mk
index a9bfe65beb3..98ee74483d1 100644
--- a/devel/gnustep-make/buildlink3.mk
+++ b/devel/gnustep-make/buildlink3.mk
@@ -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_PKGSRCDIR.gnustep-make?= ../../devel/gnustep-make
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