git: 298ecce1c119 - main - devel/readline: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:08:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=298ecce1c1199e267140effe2943614ce29d774f
commit 298ecce1c1199e267140effe2943614ce29d774f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:04:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:04:29 +0000
devel/readline: Cosmetic change
---
devel/readline/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 9eb68e7ea024..d8c1d79a6512 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -2,9 +2,9 @@ PORTNAME= readline
PORTVERSION= 8.2.${PATCHLEVEL}
CATEGORIES= devel
MASTER_SITES= GNU
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}
+DISTNAME= readline-${PORTVERSION:R}
-PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
+PATCH_SITES= GNU/readline/readline-${PORTVERSION:R}-patches
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for editing command lines as they are typed
@@ -31,7 +31,7 @@ PATCHES= 1
CPE_UPDATE= ${PATCHLEVEL}
PATCHLEVEL= ${PATCHES:O:[-1]}
.for patch in ${PATCHES}
-PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
+PATCHFILES+= readline${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
.endfor
.else
PATCHLEVEL= 0