From c79437d5c88dbf2e9ac9dee0b06291c2b90ea57c Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 4 Nov 2013 11:11:44 +0000 Subject: Stagify Use bsdtar to extract --- russian/mythes/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'russian') diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile index c30cb4cbd0f1..28c19c404ccb 100644 --- a/russian/mythes/Makefile +++ b/russian/mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Russian thesaurus LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -23,11 +23,10 @@ PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \ %%DATADIR%%/th_ru_UA_v2.idx PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${DATADIR}/ - ${LN} -s th_ru_RU_v2.dat ${DATADIR}/th_ru_UA_v2.dat - ${LN} -s th_ru_RU_v2.idx ${DATADIR}/th_ru_UA_v2.idx + ${MKDIR} ${STAGEDIR}{DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/ + ${LN} -s th_ru_RU_v2.dat ${STAGEDIR}${DATADIR}/th_ru_UA_v2.dat + ${LN} -s th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/th_ru_UA_v2.idx .include -- cgit