diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 09:51:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 09:51:35 +0000 |
commit | 98052ca1a2edc43a4644041a991121d9643db7ef (patch) | |
tree | 0436854f6230bf67036c82c55f4545695302b703 /polish | |
parent | 4850bdc1e69f0ad5e1e4fcb235cf295f92231bb4 (diff) | |
download | ports-98052ca1a2edc43a4644041a991121d9643db7ef.tar.gz ports-98052ca1a2edc43a4644041a991121d9643db7ef.zip |
Notes
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 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}/ |