pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-dune ocaml-dune: remove wrong/incomplete P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef97c39f52e2
branches:  trunk
changeset: 376693:ef97c39f52e2
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 12 11:28:00 2022 +0000

description:
ocaml-dune: remove wrong/incomplete PKGMANDIR solution

diffstat:

 devel/ocaml-dune/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r a8eae0d42768 -r ef97c39f52e2 devel/ocaml-dune/Makefile
--- a/devel/ocaml-dune/Makefile Tue Apr 12 11:27:13 2022 +0000
+++ b/devel/ocaml-dune/Makefile Tue Apr 12 11:28:00 2022 +0000
@@ -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 @@
                        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