pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ocaml-dbm ocaml-dbm: restore PKGNAME to ocam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0211a709dcf8
branches:  trunk
changeset: 378661:0211a709dcf8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 05 06:27:39 2022 +0000

description:
ocaml-dbm: restore PKGNAME to ocaml-dbm

diffstat:

 databases/ocaml-dbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d12eb0702c98 -r 0211a709dcf8 databases/ocaml-dbm/Makefile
--- a/databases/ocaml-dbm/Makefile      Thu May 05 06:25:51 2022 +0000
+++ b/databases/ocaml-dbm/Makefile      Thu May 05 06:27:39 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2022/05/04 08:56:02 jaapb Exp $
+# $NetBSD: Makefile,v 1.23 2022/05/05 06:27:39 wiz Exp $
 #
 
 DISTNAME=      caml${GITHUB_PROJECT}-1.3
-PKGNAME=       ocaml-${DISTNAME}
+PKGNAME=       ${DISTNAME:S/caml/ocaml-/}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 GITHUB_PROJECT=        dbm



Home | Main Index | Thread Index | Old Index