Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 15:31:50 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61564894e4de - main - games/etlegacy: Fix typo
Message-ID:  <202401261531.40QFVoMo023765@gitrepo.freebsd.org>

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

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

commit 61564894e4ded8f1ea9e3ef17a2431740dc18fb5
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-01-26 15:30:25 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-01-26 15:30:25 +0000

    games/etlegacy: Fix typo
---
 games/etlegacy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/etlegacy/Makefile b/games/etlegacy/Makefile
index b49092b43e83..1f0435e77afc 100644
--- a/games/etlegacy/Makefile
+++ b/games/etlegacy/Makefile
@@ -68,7 +68,7 @@ PLIST_SUB+=	I386="@comment " \
 .elif ${ARCH} == "aarch64"
 PLIST_SUB+=	I386="@comment " \
 		AARCH64="" \
-		AMD64="@comment"
+		AMD64="@comment "
 .endif
 
 .if ! ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MDEDICATED}



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