diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-15 14:16:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-15 14:16:38 +0000 |
commit | 0740dc9f2375937c7c82683958b85ee2017ed39c (patch) | |
tree | 89dd9a654aa6f0dd5f35532f1036a057da5f6a13 /russian | |
parent | 0edd502e8060bdbdd33978706cecd908bbadcb37 (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile index 28c19c404ccb..865091346f58 100644 --- a/russian/mythes/Makefile +++ b/russian/mythes/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \ PLIST_DIRSTRY= %%DATADIR%% do-install: - ${MKDIR} ${STAGEDIR}{DATADIR}/ + ${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 |