git: a6b7e0ef6020 - main - devel/R-cran-kit: Fix DISTNAME typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 19:24:39 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6b7e0ef602010ab15ba8888c252ce1dbf72e0ce
commit a6b7e0ef602010ab15ba8888c252ce1dbf72e0ce
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-10-18 13:52:33 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-10-18 19:23:58 +0000
devel/R-cran-kit: Fix DISTNAME typo
---
devel/R-cran-kit/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/R-cran-kit/Makefile b/devel/R-cran-kit/Makefile
index 82350e9bd867..9abed126aa63 100644
--- a/devel/R-cran-kit/Makefile
+++ b/devel/R-cran-kit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kit
DISTVERSION= 0.0.15
CATEGORIES= devel
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Data Manipulation Functions Implemented in C