Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DADBC1A921F for ; Tue, 12 Apr 2022 11:28:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2594484F8C; Tue, 12 Apr 2022 11:28:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6104684F80 for ; Tue, 12 Apr 2022 11:28:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RIFHH3OKFSMy for ; Tue, 12 Apr 2022 11:28:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA34B84D0E for ; Tue, 12 Apr 2022 11:28:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7806FB24; Tue, 12 Apr 2022 11:28:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649762880145370" MIME-Version: 1.0 Date: Tue, 12 Apr 2022 11:28:00 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/ocaml-dune To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220412112800.B7806FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649762880145370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1649762880145370 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1649762880145370--