diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 16:24:21 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 16:24:21 +0000 |
commit | 9fc8d7a5606ba06ba5a877ae712b7c78c70ca48c (patch) | |
tree | d4e8f96729851309f9d42e93cfa6877f9f99d053 /print/txfonts | |
parent | Adopt for slave port(japanese/squirrelmail). (diff) |
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)
Notes
Notes:
svn path=/head/; revision=120403
Diffstat (limited to 'print/txfonts')
-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 a85eabb70a7a..da1bacd26cf4 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 |