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:   tnn
Date:           Tue Apr 12 11:27:13 UTC 2022

Modified Files:
        pkgsrc/mk: ocaml.mk

Log Message:
ocaml.mk: try to fix PKGMANDIR support


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/mk/ocaml.mk:1.33
--- pkgsrc/mk/ocaml.mk:1.32     Thu Mar  3 03:32:28 2022
+++ pkgsrc/mk/ocaml.mk  Tue Apr 12 11:27:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.32 2022/03/03 03:32:28 mrg Exp $
+# $NetBSD: ocaml.mk,v 1.33 2022/04/12 11:27:13 tnn Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -246,7 +246,7 @@ do-build:
 #
 # opam targets
 #
-.if ${OCAML_USE_OPAM} == "yes" 
+.if ${OCAML_USE_OPAM} == "yes"
 
 do-install:
        ${RUN} for i in ${OPAM_INSTALL_FILES}; do \
@@ -256,6 +256,7 @@ do-install:
                -destdir ${DESTDIR} \
                -prefix ${PREFIX} \
                -libdir ${PREFIX}/${OCAML_SITELIBDIR} \
+               -mandir ${PREFIX}/${PKGMANDIR} \
                -docdir ${OCAML_TOPKG_DOCDIR}/$$i \
                -stublibsdir ${PREFIX}/${OCAML_SITELIBDIR}/stublibs \
                -bindir ${PREFIX}/bin \



Home | Main Index | Thread Index | Old Index