devel/libunwind: Remove unnecessary substitution

This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:18:16 +08:00
parent a033f7d53f
commit a1e820d19e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 1 additions and 1 deletions

View File

@ -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