aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 09:32:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 12:45:57 +0000
commita8113eb8daea2d27dc781ec46d3f159141d4225e (patch)
tree40dae4aaaa96fa6ba9f6738a5df8a11ab04355a2
parent5412e0a5e4e48da792219d0005f9610cb456a3c2 (diff)
downloadports-a8113eb8daea2d27dc781ec46d3f159141d4225e.tar.gz
ports-a8113eb8daea2d27dc781ec46d3f159141d4225e.zip
chinese/fortunetw: Add NO_ARCH
-rw-r--r--chinese/fortunetw/Makefile6
1 files 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