summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-15 11:24:20 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-15 11:24:20 +0000
commit26c09d7aed05efb706293c16c9e324965b2cfca6 (patch)
treef4113036a07cb8af4d7fa99fe30956501140ab42 /devel/libbonobo
parente46a86402053dc1523bc713abfceaa4e823e4b18 (diff)
downloadpkgsrc-26c09d7aed05efb706293c16c9e324965b2cfca6.tar.gz
Print a comment for lib/bonobo-2.0/samples instead of trying to remove it,
during print-PLIST of packages using this one.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libbonobo/buildlink3.mk b/devel/libbonobo/buildlink3.mk
index 9af9ad83063..e8ee78b3929 100644
--- a/devel/libbonobo/buildlink3.mk
+++ b/devel/libbonobo/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/04/16 22:13:33 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2004/05/15 11:24:20 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBBONOBO_BUILDLINK3_MK:= ${LIBBONOBO_BUILDLINK3_MK}+
@@ -20,6 +20,8 @@ BUILDLINK_FILES.libbonobo+= share/idl/bonobo-activation-2.0/*
PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo$$/ { next; }
PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo\/(monikers|servers)$$/ \
{ print "@comment in libbonobo: " $$0; next; }
+PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo-2.0\/samples$$/ \
+ { print "@comment in libbonobo: " $$0; next; }
.endif # LIBBONOBO_BUILDLINK3_MK
.include "../../devel/gettext-lib/buildlink3.mk"