diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-04-03 13:52:07 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-04-03 13:52:07 +0000 |
commit | 364c0decf1fcbad233d102f970882ff0c8d7cdf5 (patch) | |
tree | ac7315017256a7f1e9d1c6e3db24ef24026ca2bf /print/teTeX-texmf | |
parent | 86abe30e4eef20c7407d57262327f0350b24d7b0 (diff) |
Fix Type1 PS font install directories of print/cmpsfont
and print/amspsfnt. Some font management software expect
that both of .afm and .pfb files are in the same directory.
Bump PORTREVISION of the related ports.
Suggested by: Pedro F. Giffuni (giffunip at asme dot org)
Notes
Notes:
svn path=/head/; revision=132348
Diffstat (limited to 'print/teTeX-texmf')
-rw-r--r-- | print/teTeX-texmf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index ab929d0fbeb3..6b7067514e60 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -6,7 +6,7 @@ PORTNAME= teTeX-texmf PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -58,8 +58,8 @@ EXCLUDE_LIST= fonts/type1/bluesky/cm/\* \ fonts/type1/bluesky/symbols/\* \ fonts/type1/bluesky/cyrillic/\* -CMPSFONTDIR= ${LOCALBASE}/share/fonts/cmpsfont/pfb -AMSPSFONTDIR= ${LOCALBASE}/share/fonts/amspsfont/pfb +CMPSFONTDIR= ${LOCALBASE}/share/fonts/cmpsfont +AMSPSFONTDIR= ${LOCALBASE}/share/fonts/amspsfont CMFONTS= cmb10.pfb cmbsy10.pfb cmbx10.pfb cmbx12.pfb cmbx5.pfb \ cmbx6.pfb cmbx7.pfb cmbx8.pfb cmbx9.pfb cmbxsl10.pfb \ |