pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-dune



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 11:28:00 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-dune: Makefile

Log Message:
ocaml-dune: remove wrong/incomplete PKGMANDIR solution


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ocaml-dune/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-dune/Makefile
diff -u pkgsrc/devel/ocaml-dune/Makefile:1.12 pkgsrc/devel/ocaml-dune/Makefile:1.13
--- pkgsrc/devel/ocaml-dune/Makefile:1.12       Mon Mar 28 17:08:09 2022
+++ pkgsrc/devel/ocaml-dune/Makefile    Tue Apr 12 11:28:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/03/28 17:08:09 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/12 11:28:00 tnn Exp $
 
 .include "Makefile.common"
 
@@ -34,11 +34,6 @@ OPAM_INSTALL_FILES=  dune-glob \
                        dune \
                        dune-private-libs
 
-SUBST_CLASSES+=                mandir
-SUBST_STAGE.mandir=    pre-configure
-SUBST_FILES.mandir=    src/dune_engine/install.ml
-SUBST_SED.mandir=      -e 's,sprintf "man%c",sprintf  "${PKGMANDIR}%c",'
-
 post-build:
        ${RUN} cd ${WRKSRC} && ./dune.exe build -p dune,dune-action-plugin,dune-build-info,dune-glob,dune-private-libs @install
 



Home | Main Index | Thread Index | Old Index