aboutsummaryrefslogtreecommitdiff
path: root/ukrainian
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:11:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:11:44 +0000
commit578c40b51f88e4ea81988d671488e1e1e58749e9 (patch)
tree4e76b2c37d3a0e5a5a6d0f7a05dab27d4723ef21 /ukrainian
parent32bbb51a37219e6720a06ceebb9a837135c3f8b1 (diff)
downloadports-578c40b51f88e4ea81988d671488e1e1e58749e9.tar.gz
ports-578c40b51f88e4ea81988d671488e1e1e58749e9.zip
Stagify
Use bsdtar to extract
Notes
Notes: svn path=/head/; revision=332691
Diffstat (limited to 'ukrainian')
-rw-r--r--ukrainian/mythes/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile
index 50adc62534d2..ba4beb82d199 100644
--- a/ukrainian/mythes/Makefile
+++ b/ukrainian/mythes/Makefile
@@ -22,12 +22,11 @@ PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \
%%DATADIR%%/th_uk_UA.idx
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-build:
@${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.dat ${WRKSRC}/src/thesaurus/th_uk_UA.idx ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.dat ${WRKSRC}/src/thesaurus/th_uk_UA.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>