aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2004-10-28 23:16:39 +0800
committerhrs <hrs@FreeBSD.org>2004-10-28 23:16:39 +0800
commit59524a2e1cf8c736346b9cd28702697adf1c7dbd (patch)
tree9ae7fbe0c443f75cd71e6c24fd83a9d4032b4909
parent018eff2ba089aa1c90325a67fbe02b0a33ebfb77 (diff)
downloadfreebsd-ports-graphics-59524a2e1cf8c736346b9cd28702697adf1c7dbd.tar.gz
freebsd-ports-graphics-59524a2e1cf8c736346b9cd28702697adf1c7dbd.tar.zst
freebsd-ports-graphics-59524a2e1cf8c736346b9cd28702697adf1c7dbd.zip
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
-rw-r--r--print/teTeX-base/Makefile2
-rw-r--r--print/teTeX-texmf/Makefile5
2 files changed, 3 insertions, 4 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile
index f7f83044d13..98f3bd25266 100644
--- a/print/teTeX-base/Makefile
+++ b/print/teTeX-base/Makefile
@@ -7,7 +7,7 @@
PORTNAME= teTeX-base
PORTVERSION= 2.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \
${MASTER_SITE_TEX_CTAN}
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile
index ecc3c5aad49..897745a68f4 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