diff options
author | hrs <hrs@FreeBSD.org> | 2005-04-03 21:52:07 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-04-03 21:52:07 +0800 |
commit | 9b2199ee5fc923f9a8032b627fb92c20c5b1c788 (patch) | |
tree | 5c242196f61ed30a4a240d8d57f447b214af755e /print/teTeX-texmf | |
parent | ac8f594ab51a54d5906ad7e3a8991bae5e9419b5 (diff) | |
download | freebsd-ports-gnome-9b2199ee5fc923f9a8032b627fb92c20c5b1c788.tar.gz freebsd-ports-gnome-9b2199ee5fc923f9a8032b627fb92c20c5b1c788.tar.zst freebsd-ports-gnome-9b2199ee5fc923f9a8032b627fb92c20c5b1c788.zip |
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)
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 \ |