summaryrefslogtreecommitdiff
path: root/print/teTeX-texmf
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-04-22 08:30:58 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-04-22 08:30:58 +0000
commit4d74133072d76f8deab50c98d7194ba2d97b4d53 (patch)
tree27b289a94b10ec47bdc11bc7c0811c9ce5f70e43 /print/teTeX-texmf
parentBump PORTREVISION for previous change. (diff)
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)
Notes
Notes: svn path=/head/; revision=133918
Diffstat (limited to 'print/teTeX-texmf')
-rw-r--r--print/teTeX-texmf/Makefile2
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