diff options
Diffstat (limited to 'polish')
-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 6b523871871b..59d565b665e8 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 -d ${WRKSRC} + @${TAR} -xf ${WRKDIR}/pl_PL.zip --directory ${WRKSRC} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |