summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 10:49:03 +0000
commit3904f6f163a84dab4bdb0c2df1f10c548a8059b7 (patch)
treeaa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /russian
parentUse tar to extract, while here, stagify (diff)
Support stage, use bsdtar to extract
Notes
Notes: svn path=/head/; revision=332687
Diffstat (limited to 'russian')
-rw-r--r--russian/hunspell/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile
index 83ab21b50361..556159c61080 100644
--- a/russian/hunspell/Makefile
+++ b/russian/hunspell/Makefile
@@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Russian hunspell dictionaries
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
PROJECTHOST= hunspell-ru
@@ -19,9 +19,8 @@ PLIST_FILES= %%DATADIR%%/ru_RU.aff \
%%DATADIR%%/ru_RU.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>