diff options
author | hrs <hrs@FreeBSD.org> | 2004-10-29 00:24:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-10-29 00:24:21 +0800 |
commit | a80d17d54b00f37ebcb03f7d0545b411689b9f67 (patch) | |
tree | 3401b107b2e7a7ec0528d151b6260d0d12061822 /print | |
parent | 563907f4534824c0318336ef4f56f535989751c8 (diff) | |
download | freebsd-ports-graphics-a80d17d54b00f37ebcb03f7d0545b411689b9f67.tar.gz freebsd-ports-graphics-a80d17d54b00f37ebcb03f7d0545b411689b9f67.tar.zst freebsd-ports-graphics-a80d17d54b00f37ebcb03f7d0545b411689b9f67.zip |
Mark as BROKEN temporarily; txfonts has been already included
in the teTeX distribution and ready to use out of the box,
and this port may confuse TeX users because it can break the
texmf tree. The maintainer does not respond in two months,
so hrs@ will maintain this.
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'print')
-rw-r--r-- | print/txfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/txfonts/Makefile b/print/txfonts/Makefile index a85eabb70a7..da1bacd26cf 100644 --- a/print/txfonts/Makefile +++ b/print/txfonts/Makefile @@ -22,7 +22,7 @@ DISTFILES= \ DISTFILES+= tx_patch1.zip EXTRACT_ONLY= tx_patch1.zip -MAINTAINER= mori@tri.asanuma.co.jp +MAINTAINER= hrs@FreeBSD.org COMMENT= Fontsets includes Adobe Times Roman for TeX users DIST_SUBDIR= txfonts @@ -30,6 +30,8 @@ USE_ZIP= yes EXTRACT_AFTER_ARGS= -d ${TXPATCHDIR} NO_BUILD= yes +BROKEN= "txfonts already included in the teTeX distribution" + TEXFONTSDIR= ${PREFIX}/share/texmf/fonts LATEXMACRODIR= ${PREFIX}/share/texmf/tex/latex DVIPSCONFDIR= ${PREFIX}/share/texmf/dvips/config |