summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-12-04 20:31:29 +0000
committerjmmv <jmmv@pkgsrc.org>2004-12-04 20:31:29 +0000
commit2341264dd72d4790224f51c6cb3f126c775b8bc6 (patch)
treee19ef1d4662e12e599b330b8e0fcce81719e6dc6
parent28a638c19a2ee6229e0bbd77398094030c1e4b05 (diff)
downloadpkgsrc-2341264dd72d4790224f51c6cb3f126c775b8bc6.tar.gz
Print a comment for the removal of the lib/ocaml directory in packages
depending on this one.
-rw-r--r--lang/ocaml/buildlink3.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ocaml/buildlink3.mk b/lang/ocaml/buildlink3.mk
index 8e4d7e949b3..cfa7ff7607b 100644
--- a/lang/ocaml/buildlink3.mk
+++ b/lang/ocaml/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2004/04/24 14:45:15 danw Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2004/12/04 20:31:29 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
OCAML_BUILDLINK3_MK:= ${OCAML_BUILDLINK3_MK}+
@@ -20,6 +20,9 @@ BUILDLINK_PKGSRCDIR.ocaml?= ../../lang/ocaml
INSTALL_UNSTRIPPED= yes
. endif
+PRINT_PLIST_AWK+= /^@dirrm lib\/ocaml$$/ \
+ { print "@comment in ocaml: " $$0; next }
+
.endif # OCAML_BUILDLINK3_MK
.include "../../x11/tk/buildlink3.mk"