Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 20:19:51 GMT
From:      Eric Turgeon <ericbsd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdc4c22dfc67 - main - editors/sublime-text4: fix distname for aarch64
Message-ID:  <202107142019.16EKJp7k034623@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ericbsd:

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

commit cdc4c22dfc673c40bfaab1bc1f32c1512ce7c6c5
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2021-07-14 20:19:01 +0000
Commit:     Eric Turgeon <ericbsd@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107142019.16EKJp7k034623>