diff options
author | hrs <hrs@FreeBSD.org> | 2004-10-28 16:24:46 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-10-28 16:24:46 +0000 |
commit | fe073375c6b91ede3efef6dad96538d3a0e34c62 (patch) | |
tree | 7c88506f79eb34771a9f6760a53e56f38aa1c5e1 /print | |
parent | a80d17d54b00f37ebcb03f7d0545b411689b9f67 (diff) | |
download | FreeBSD-ports-fe073375c6b91ede3efef6dad96538d3a0e34c62.zip FreeBSD-ports-fe073375c6b91ede3efef6dad96538d3a0e34c62.tar.gz |
Mark as BROKEN temporarily; pxfonts 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.
Diffstat (limited to 'print')
-rw-r--r-- | print/pxfonts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pxfonts/Makefile b/print/pxfonts/Makefile index 9a18544..fdac681 100644 --- a/print/pxfonts/Makefile +++ b/print/pxfonts/Makefile @@ -31,6 +31,8 @@ EXTRACT_AFTER_ARGS= -d ${PXPATCHDIR} NO_BUILD= YES PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} +BROKEN= "pxfonts already included in the teTeX distribution" + TEXMF= share/texmf TEXFONTSDIR= ${PREFIX}/${TEXMF}/fonts MKTEXLSR= ${LOCALBASE}/bin/mktexlsr |