diff options
author | minskim <minskim> | 2006-04-07 05:08:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-07 05:08:50 +0000 |
commit | 3cc7c994108923335cf7ea06bb9a2606bb3b8fae (patch) | |
tree | 0bb2c04746ef479283d18ebdb03c94a5551459f6 /print/texmf-dirs | |
parent | afd43056551cd540c66977f7820cef836d0ca242 (diff) | |
download | pkgsrc-3cc7c994108923335cf7ea06bb9a2606bb3b8fae.tar.gz |
Update texmf-dirs to 1.1.
- Add two directories used by fonts/ec-fonts-mftraced.
Diffstat (limited to 'print/texmf-dirs')
-rw-r--r-- | print/texmf-dirs/Makefile | 4 | ||||
-rw-r--r-- | print/texmf-dirs/dirs.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/print/texmf-dirs/Makefile b/print/texmf-dirs/Makefile index 99b76b0dec7..52031cd9b0a 100644 --- a/print/texmf-dirs/Makefile +++ b/print/texmf-dirs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/06 23:07:01 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/07 05:08:50 minskim Exp $ -DISTNAME= texmf-dirs-1.0 +DISTNAME= texmf-dirs-1.1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk index 1d2ba0cf39d..2d3a9bfddcb 100644 --- a/print/texmf-dirs/dirs.mk +++ b/print/texmf-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.2 2006/04/06 23:28:36 minskim Exp $ +# $NetBSD: dirs.mk,v 1.3 2006/04/07 05:08:50 minskim Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -19,12 +19,14 @@ TEXMF_DIRS+= fonts/enc TEXMF_DIRS+= fonts/enc/pdftex TEXMF_DIRS+= fonts/map TEXMF_DIRS+= fonts/map/dvipdfm +TEXMF_DIRS+= fonts/map/dvips TEXMF_DIRS+= fonts/map/pdftex TEXMF_DIRS+= fonts/ofm TEXMF_DIRS+= fonts/ovf TEXMF_DIRS+= fonts/ovp TEXMF_DIRS+= fonts/source TEXMF_DIRS+= fonts/tfm +TEXMF_DIRS+= fonts/tfm/public TEXMF_DIRS+= fonts/truetype TEXMF_DIRS+= fonts/type1 TEXMF_DIRS+= fonts/type1/public |