pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 10 16:17:55 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
ocaml: remove references to non-existent files


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/lang/ocaml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ocaml/Makefile
diff -u pkgsrc/lang/ocaml/Makefile:1.138 pkgsrc/lang/ocaml/Makefile:1.139
--- pkgsrc/lang/ocaml/Makefile:1.138    Wed Dec  9 10:33:04 2020
+++ pkgsrc/lang/ocaml/Makefile  Thu Dec 10 16:17:55 2020
@@ -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"
 
@@ -93,11 +93,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}
        cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all



Home | Main Index | Thread Index | Old Index