pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Dec 30 11:45:28 UTC 2016

Modified Files:
        pkgsrc/mk: ocaml.mk

Log Message:
Corrected an inaccurate comment. No actual changes in behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/ocaml.mk

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

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.10 pkgsrc/mk/ocaml.mk:1.11
--- pkgsrc/mk/ocaml.mk:1.10     Mon Jun 20 19:44:04 2016
+++ pkgsrc/mk/ocaml.mk  Fri Dec 30 11:45:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.10 2016/06/20 19:44:04 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.11 2016/12/30 11:45:28 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -131,7 +131,7 @@ PLIST.ocaml-opt=    yes
 # OASIS targets
 #
 .if ${OCAML_USE_OASIS} == "yes"
-# OASIS uses buildlink
+# OASIS uses ocamlbuild
 .include "../../devel/ocamlbuild/buildlink3.mk"
 .if ${OCAML_USE_OASIS_DYNRUN} == "yes"
 pre-configure:



Home | Main Index | Thread Index | Old Index