diff options
author | hrs <hrs@FreeBSD.org> | 2004-10-28 15:16:39 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-10-28 15:16:39 +0000 |
commit | 59524a2e1cf8c736346b9cd28702697adf1c7dbd (patch) | |
tree | 9ae7fbe0c443f75cd71e6c24fd83a9d4032b4909 /print/teTeX-texmf | |
parent | 018eff2ba089aa1c90325a67fbe02b0a33ebfb77 (diff) | |
download | FreeBSD-ports-59524a2e1cf8c736346b9cd28702697adf1c7dbd.zip FreeBSD-ports-59524a2e1cf8c736346b9cd28702697adf1c7dbd.tar.gz |
Fix "I can't find file `ushyph1.tex'" problem and
bump PORTREVISION.
PR: ports/73170, ports/73205, ports/73207
sleuthing done with support from: matusita
Diffstat (limited to 'print/teTeX-texmf')
-rw-r--r-- | print/teTeX-texmf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index ecc3c5a..897745a 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -6,7 +6,7 @@ PORTNAME= teTeX-texmf PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \ ${MASTER_SITE_TEX_CTAN} \ @@ -85,11 +85,10 @@ do-build: do-install: ${MKDIR} ${PREFIX}/${TEXMF} cd ${PREFIX}/${TEXMF} && \ - ${TAR} xUfz ${DISTDIR}/${DIST_SUBDIR}/${TETEX_TEXMF} + ${TAR} xzUf ${DISTDIR}/${DIST_SUBDIR}/${TETEX_TEXMF} --exclude "*/texmf.cnf" ${INSTALL_DATA} \ ${FILESDIR}/listings.sty \ ${PREFIX}/${TEXMF}/tex/latex/listings/ - ${RM} -f ${PREFIX}/${TEXMF}/web2c/texmf.cnf cd ${PREFIX}/${TEXMF}/dvips/pstricks && \ ${PATCH} --quiet < ${WRKDIR}/PSTricks.patch && \ ${RM} -f pst-text.pro.orig |