diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-13 06:03:25 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-13 06:03:25 +0800 |
commit | a77763d10abe670c30d3e736b657d78c75d11e2d (patch) | |
tree | 8242d4bfb6a870c45b31f2be8f1ad7d1cb928008 /print | |
parent | 6a3dea5c36672bee00a93a8b973d7c779ea11926 (diff) | |
download | freebsd-ports-graphics-a77763d10abe670c30d3e736b657d78c75d11e2d.tar.gz freebsd-ports-graphics-a77763d10abe670c30d3e736b657d78c75d11e2d.tar.zst freebsd-ports-graphics-a77763d10abe670c30d3e736b657d78c75d11e2d.zip |
Mark as IGNORE; these fonts are already included in the teTeX
distribution.
Diffstat (limited to 'print')
-rw-r--r-- | print/cmpsfont/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cmpsfont/Makefile b/print/cmpsfont/Makefile index 2a692ae22bb..b1d673333d7 100644 --- a/print/cmpsfont/Makefile +++ b/print/cmpsfont/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst WRKSRC= ${WRKDIR}/cmpsfont TEXDIR= ${PREFIX}/share/texmf +IGNORE= is already included in the teTeX distribution + do-build: (cd ${WRKSRC}/pfb; ${LOCALBASE}/bin/type1inst -nolog -q) |