diff options
author | minskim <minskim> | 2006-04-09 21:54:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-09 21:54:54 +0000 |
commit | a11642646b1083588dce6de75455b3ea31ed612e (patch) | |
tree | 4dccaadbcbdc465e7e0b39fa3a7407b73b106742 /print | |
parent | 4063e33bac4c67e9cdbd474a6b026b04695bc62d (diff) | |
download | pkgsrc-a11642646b1083588dce6de75455b3ea31ed612e.tar.gz |
Update texmf-dirs to 1.2 to add fonts/cmap, which will be used by
tex-memhangul-ucs (not imported yet).
Diffstat (limited to 'print')
-rw-r--r-- | print/texmf-dirs/Makefile | 4 | ||||
-rw-r--r-- | print/texmf-dirs/dirs.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/texmf-dirs/Makefile b/print/texmf-dirs/Makefile index d372287a9bd..992a17705b6 100644 --- a/print/texmf-dirs/Makefile +++ b/print/texmf-dirs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2006/04/07 14:55:41 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/09 21:54:54 minskim Exp $ -DISTNAME= texmf-dirs-1.1 +DISTNAME= texmf-dirs-1.2 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk index cca1eff270b..476da74c48d 100644 --- a/print/texmf-dirs/dirs.mk +++ b/print/texmf-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.4 2006/04/07 05:21:01 minskim Exp $ +# $NetBSD: dirs.mk,v 1.5 2006/04/09 21:54:54 minskim Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -15,6 +15,7 @@ TEXMF_DIRS+= doc/latex TEXMF_DIRS+= dvipdfm TEXMF_DIRS+= fonts TEXMF_DIRS+= fonts/afm +TEXMF_DIRS+= fonts/cmap TEXMF_DIRS+= fonts/enc TEXMF_DIRS+= fonts/enc/pdftex TEXMF_DIRS+= fonts/map |