pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ocaml-dbm
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 5 06:27:39 UTC 2022
Modified Files:
pkgsrc/databases/ocaml-dbm: Makefile
Log Message:
ocaml-dbm: restore PKGNAME to ocaml-dbm
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/ocaml-dbm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ocaml-dbm/Makefile
diff -u pkgsrc/databases/ocaml-dbm/Makefile:1.22 pkgsrc/databases/ocaml-dbm/Makefile:1.23
--- pkgsrc/databases/ocaml-dbm/Makefile:1.22 Wed May 4 08:56:02 2022
+++ pkgsrc/databases/ocaml-dbm/Makefile Thu May 5 06:27:39 2022
@@ -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