diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 22:03:25 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 22:03:25 +0000 |
commit | f2b63b5314742b676c18d81783ab66b9b5fcc20f (patch) | |
tree | 8b66fdb8d11f2aeb1fa8dd4120bb8f24667384ba /print/cmpsfont | |
parent | a411dfa95f5d94c91fcc153bf929a7eb3bc41e96 (diff) | |
download | ports-f2b63b5314742b676c18d81783ab66b9b5fcc20f.tar.gz ports-f2b63b5314742b676c18d81783ab66b9b5fcc20f.zip |
Notes
Diffstat (limited to 'print/cmpsfont')
-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 2a692ae22bb7..b1d673333d71 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) |