Thu Dec 10 16:17:55 2020 UTC ()
ocaml: remove references to non-existent files


(wiz)
diff -r1.138 -r1.139 pkgsrc/lang/ocaml/Makefile

cvs diff -r1.138 -r1.139 pkgsrc/lang/ocaml/Makefile (expand / switch to context diff)
--- pkgsrc/lang/ocaml/Makefile 2020/12/09 10:33:04 1.138
+++ pkgsrc/lang/ocaml/Makefile 2020/12/10 16:17:55 1.139
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2020/12/09 10:33:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.139 2020/12/10 16:17:55 wiz Exp $
 
 .include "Makefile.common"
 
@@ -92,11 +92,6 @@
 EXTRA_RT_LIBS.*=
 
 PRINT_PLIST_AWK+=	{ gsub(/lib\/ocaml\/${PKGMANDIR:S|/|\\/|}/, "lib/ocaml/$${PKGMANDIR}"); }
-
-.if defined(PLIST.instrumented_runtime)
-REPLACE_BASH+=		tools/ocaml-instr-graph
-REPLACE_AWK+=		tools/ocaml-instr-report
-.endif
 
 do-test:
 	cd ${WRKSRC} && ${MAKE_PROGRAM} ${TEST_PROGRAM}