diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-15 22:16:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-15 22:16:38 +0800 |
commit | 5c705d4eb6549627fdfd57f41b1c15f48156f332 (patch) | |
tree | 89dd9a654aa6f0dd5f35532f1036a057da5f6a13 /russian | |
parent | 0ce441794905d871813e0307a20b7c03900f1ff6 (diff) | |
download | freebsd-ports-gnome-5c705d4eb6549627fdfd57f41b1c15f48156f332.tar.gz freebsd-ports-gnome-5c705d4eb6549627fdfd57f41b1c15f48156f332.tar.zst freebsd-ports-gnome-5c705d4eb6549627fdfd57f41b1c15f48156f332.zip |
Fix staging
Reported by: marino
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 |