diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:34:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:34:09 +0000 |
commit | c324acd014c86f8aa556b232184fdd65e60009f9 (patch) | |
tree | a4653d40042618497bc03a594c2b716b9dd9fe6a /russian | |
parent | 28a046b5868c5152168c1460bb6c0ba79ef66cbd (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/hunspell/Makefile | 1 | ||||
-rw-r--r-- | russian/hyphen/Makefile | 1 | ||||
-rw-r--r-- | russian/mythes/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile index c45e3eb7dc0a..c85cb60dad41 100644 --- a/russian/hunspell/Makefile +++ b/russian/hunspell/Makefile @@ -19,7 +19,6 @@ PROJECTHOST= hunspell-ru PLIST_FILES= %%DATADIR%%/ru_RU.aff \ %%DATADIR%%/ru_RU.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/russian/hyphen/Makefile b/russian/hyphen/Makefile index a77d4f747050..b1d37a1b7216 100644 --- a/russian/hyphen/Makefile +++ b/russian/hyphen/Makefile @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic \ %%DATADIR%%/hyph_ru_UA.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile index 87636eaaf6d8..ad6d6c1241fa 100644 --- a/russian/mythes/Makefile +++ b/russian/mythes/Makefile @@ -21,7 +21,6 @@ PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \ %%DATADIR%%/th_ru_RU_v2.idx \ %%DATADIR%%/th_ru_UA_v2.dat \ %%DATADIR%%/th_ru_UA_v2.idx -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |