diff options
Diffstat (limited to 'devel/ocaml-re/Makefile')
-rw-r--r-- | devel/ocaml-re/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index d61ee8b900f..822eb188147 100644 --- a/devel/ocaml-re/Makefile +++ b/devel/ocaml-re/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2022/05/24 18:59:31 jaapb Exp $ +# $NetBSD: Makefile,v 1.29 2022/06/28 11:31:49 wiz Exp $ VERSION= 1.10.4 GITHUB_PROJECT= ocaml-re DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} |