diff options
author | ak <ak@FreeBSD.org> | 2014-05-22 17:51:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-22 17:51:35 +0800 |
commit | 874665335d790b6f9cc2a1444b6cf039bc10c7e6 (patch) | |
tree | 0436854f6230bf67036c82c55f4545695302b703 /polish/hunspell | |
parent | bcf941e40edcd3019e3cda1a6edcdf1d93b21619 (diff) | |
download | freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.tar.gz freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.tar.zst freebsd-ports-gnome-874665335d790b6f9cc2a1444b6cf039bc10c7e6.zip |
- Use /usr/bin/unzip for zip files extraction (part 1)
PR: ports/188419
Exp-run: bdrewery
Approved by: portmgr (bapt)
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}/ |