diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 15:16:39 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 15:16:39 +0000 |
commit | ae9ce0df2f74d6c7c18a2775581dc4380a3fe740 (patch) | |
tree | 7dcd2081771ed48f91a5b06e35c40f8019756110 /print | |
parent | 332832360e9df844d4c5897b6b6305a9b8c80d31 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-base/Makefile | 2 | ||||
-rw-r--r-- | print/teTeX-texmf/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index f7f83044d134..98f3bd25266c 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 ecc3c5aad49e..897745a68f4c 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 |