Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 12:50:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8113eb8daea - main - chinese/fortunetw: Add NO_ARCH
Message-ID:  <202202281250.21SCoomP059154@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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