summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-20 12:28:26 +0000
committerwiz <wiz>2004-09-20 12:28:26 +0000
commit229225c66220783a97815d772b2adff3cd6109cd (patch)
tree01753b584c71defa13c3247d6eb63b0d25cbbde9 /devel/gnustep-make
parent31b54ddc8df3cc5f7f2bee7e17998ea5848dbaf9 (diff)
downloadpkgsrc-229225c66220783a97815d772b2adff3cd6109cd.tar.gz
Add some PRINT_PLIST_AWK lines.
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/buildlink3.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/gnustep-make/buildlink3.mk b/devel/gnustep-make/buildlink3.mk
index 37a6fa88814..a9bfe65beb3 100644
--- a/devel/gnustep-make/buildlink3.mk
+++ b/devel/gnustep-make/buildlink3.mk
@@ -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_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; }
+
.endif # GNUSTEP_MAKE_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}