diff options
-rw-r--r-- | chinese/fortunetw/Makefile | 6 |
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 |