diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:30:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:30:03 +0000 |
commit | e070935c5b754ef2210cc4a3faa0f89d4cecf248 (patch) | |
tree | 46d556ca6e5c7d231754c1a2ed160297bf924325 /polish | |
parent | b062d28f20b5eb41c039f901507ff12081c60851 (diff) | |
download | ports-e070935c5b754ef2210cc4a3faa0f89d4cecf248.tar.gz ports-e070935c5b754ef2210cc4a3faa0f89d4cecf248.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/hunspell/Makefile | 1 | ||||
-rw-r--r-- | polish/hyphen/Makefile | 1 | ||||
-rw-r--r-- | polish/mythes/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 61e58fd2b3e7..88211c5d0cbb 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -18,7 +18,6 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pl_PL.aff \ %%DATADIR%%/pl_PL.dic -PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index bca060bea0aa..b0e5bf7e27e4 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -18,7 +18,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile index 6ca51cb539d3..ba4a736813b9 100644 --- a/polish/mythes/Makefile +++ b/polish/mythes/Makefile @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \ %%DATADIR%%/th_pl_PL_v2.idx -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |