diff options
Diffstat (limited to 'polish/hunspell')
-rw-r--r-- | polish/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 79e468732e99..37f66558eb40 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -22,7 +22,7 @@ PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/pl_PL.zip -C ${WRKSRC}/ + @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/pl_PL.zip -d ${WRKSRC} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |