git: a8113eb8daea - main - chinese/fortunetw: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 28 Feb 2022 12:50:50 UTC
The branch main has been updated by sunpoet:

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

commit a8113eb8daea2d27dc781ec46d3f159141d4225e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:32:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:45:57 +0000

    chinese/fortunetw: Add NO_ARCH
---
 chinese/fortunetw/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chinese/fortunetw/Makefile b/chinese/fortunetw/Makefile
index 304e91c92175..11e92dd8c18c 100644
--- a/chinese/fortunetw/Makefile
+++ b/chinese/fortunetw/Makefile
@@ -8,14 +8,14 @@ MASTER_SITES=	LOCAL/sunpoet
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Classic fortune file in Taiwan (UTF-8)
 
-NO_BUILD=	yes
 USES=		tar:xz
 
-FORTUNE=	bsdchat folksong liuyong stephehchow tangshi xiaoxing yijing
+NO_ARCH=	yes
+NO_BUILD=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/
-.for file in ${FORTUNE}
+.for file in bsdchat folksong liuyong stephehchow tangshi xiaoxing yijing
 	${INSTALL_DATA} ${WRKSRC}/${file} ${WRKSRC}/${file}.dat ${STAGEDIR}${PREFIX}/share/games/fortune/
 .endfor