diff options
author | hrs <hrs@FreeBSD.org> | 2005-04-22 16:30:58 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-04-22 16:30:58 +0800 |
commit | 02ded54ff1b80fda6a03ecf7a3f46f62830ab5d1 (patch) | |
tree | bdf4b730d9fe6f894e9292e9f60d947c2eebaa97 /print/teTeX-texmf | |
parent | 8e1f133d1a8d9a753f7752a335fa675170dc3472 (diff) | |
download | freebsd-ports-gnome-02ded54ff1b80fda6a03ecf7a3f46f62830ab5d1.tar.gz freebsd-ports-gnome-02ded54ff1b80fda6a03ecf7a3f46f62830ab5d1.tar.zst freebsd-ports-gnome-02ded54ff1b80fda6a03ecf7a3f46f62830ab5d1.zip |
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)
Diffstat (limited to 'print/teTeX-texmf')
-rw-r--r-- | print/teTeX-texmf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index 6b7067514e60..f5af4ef8555d 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -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 |