git: cdc4c22dfc67 - main - editors/sublime-text4: fix distname for aarch64

Eric Turgeon ericbsd at FreeBSD.org
Wed Jul 14 20:19:52 UTC 2021


The branch main has been updated by ericbsd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdc4c22dfc673c40bfaab1bc1f32c1512ce7c6c5

commit cdc4c22dfc673c40bfaab1bc1f32c1512ce7c6c5
Author:     Eric Turgeon <ericbsd at FreeBSD.org>
AuthorDate: 2021-07-14 20:19:01 +0000
Commit:     Eric Turgeon <ericbsd at FreeBSD.org>
CommitDate: 2021-07-14 20:19:47 +0000

    editors/sublime-text4: fix distname for aarch64
---
 editors/sublime-text4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/sublime-text4/Makefile b/editors/sublime-text4/Makefile
index 007921604319..999db3bc7653 100644
--- a/editors/sublime-text4/Makefile
+++ b/editors/sublime-text4/Makefile
@@ -29,7 +29,7 @@ SUB_FILES=	sublime-text
 WRKSRC=		${WRKDIR}/sublime_text
 
 DISTNAME_amd64=	sublime_text_build_${PORTVERSION}_x64
-DISTNAME_arm64=	sublime_text_build_${PORTVERSION}_arm64
+DISTNAME_aarch64=	sublime_text_build_${PORTVERSION}_arm64
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}


More information about the dev-commits-ports-main mailing list