From 03841c211c7e91c3b6bac0c2dc65d3bebf063481 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 4 Nov 2013 11:36:02 +0000 Subject: Stagify Use bsdtar to extract --- portuguese/hyphen/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'portuguese/hyphen/Makefile') diff --git a/portuguese/hyphen/Makefile b/portuguese/hyphen/Makefile index 2cdae61d5730..075a2c6e41a2 100644 --- a/portuguese/hyphen/Makefile +++ b/portuguese/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Portuguese hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,10 +21,9 @@ PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic \ %%DATADIR%%/hyph_pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/ - ${LN} -s hyph_pt_PT.dic ${DATADIR}/hyph_pt_BR.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/hyph_pt_BR.dic .include -- cgit v1.2.3