aboutsummaryrefslogtreecommitdiff
path: root/portuguese
diff options
context:
space:
mode:
Diffstat (limited to 'portuguese')
-rw-r--r--portuguese/hyphen/Makefile9
1 files changed, 4 insertions, 5 deletions
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 <bsd.port.mk>