git: a1e820d19e22 - main - devel/libunwind: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1e820d19e226864cf6c9169e6bcb15e13672fa6 commit a1e820d19e226864cf6c9169e6bcb15e13672fa6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:41 +0000 devel/libunwind: Remove unnecessary substitution --- devel/libunwind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index dd063441eb05..89decf9a1b72 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -2,7 +2,7 @@ PORTNAME= libunwind PORTVERSION= 20240221 # This is the release date on https://github.com/libunwind/libunwind/releases CATEGORIES= devel MASTER_SITES= https://github.com/libunwind/libunwind/releases/download/v${LIBUNWIND_VERSION}/ -DISTNAME= ${PORTNAME}-${LIBUNWIND_VERSION} +DISTNAME= libunwind-${LIBUNWIND_VERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic stack unwinding library