mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use dashed options for tar(1). Some old versions of tar(1)
(1.11.2 at least) fail to parse the --exclude options without this. Pointed out by: Jeff Brown (jabrown at sdsc dot edu)
This commit is contained in:
parent
e645c076c2
commit
4d74133072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133918
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ CYRILLICFONTS= wncyss10.pfb wncyb10.pfb wncyi10.pfb wncyr10.pfb wncysc10.pfb
|
|||
do-install:
|
||||
${MKDIR} ${PREFIX}/${TEXMFDISTDIR}
|
||||
cd ${PREFIX}/${TEXMFDISTDIR} && \
|
||||
${TAR} xzUf ${DISTDIR}/${DIST_SUBDIR}/${TETEX_TEXMF_SRC} \
|
||||
${TAR} -x -z -U -f ${DISTDIR}/${DIST_SUBDIR}/${TETEX_TEXMF_SRC} \
|
||||
${EXCLUDE_LIST:S,^,--exclude ,g}
|
||||
${INSTALL_DATA} ${FILESDIR}/cslatex.ini ${PREFIX}/${TEXMFDISTDIR}/tex/cslatex/cslatex.ini
|
||||
${INSTALL_DATA} ${FILESDIR}/csplain.ini ${PREFIX}/${TEXMFDISTDIR}/tex/csplain/csplain.ini
|
||||
|
|
Loading…
Add table
Reference in a new issue