mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
polish/hunspell: use TAR instead of EXTRACT_CMD
Currently UNZIP_CMD refers to infozip, so using TAR to extract the embedded zip file to replace EXTRACT_CMD saves having to add infozip as a dependency.
This commit is contained in:
parent
e1acca19ed
commit
573352197c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356049
@ -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}/
|
||||
|
Loading…
Reference in New Issue
Block a user