diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 13:28:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 13:28:00 +0000 |
commit | 19fbd25bdc57ee011c2d2bced043d3bf296d5900 (patch) | |
tree | 4aea731da0ca85e5d3dd224c582a4e194144cb44 /print | |
parent | Fix broken on alpha (diff) |
- Update to version 1.1
* "metafont" and "metapost" directories are added for
latex-feynmf port.
PR: ports/61920
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=99185
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-texmflocal/Makefile | 3 | ||||
-rw-r--r-- | print/tex-texmflocal/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/print/tex-texmflocal/Makefile b/print/tex-texmflocal/Makefile index 91374518acac..6ad889c66f18 100644 --- a/print/tex-texmflocal/Makefile +++ b/print/tex-texmflocal/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= tex-texmflocal -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -30,6 +30,7 @@ DIRS+= dvipdfm dvips DIRS+= fonts fonts/afm fonts/ofm fonts/ovp fonts/ovf DIRS+= fonts/ocp fonts/pk fonts/tfm fonts/type1 DIRS+= fonts/source fonts/source/public fonts/vf +DIRS+= metafont metapost DIRS+= jbibtex jbibtex/bib jbibtex/bst DIRS+= tex tex/generic tex/jadetex tex/latex tex/plain DIRS+= pdftex pdftex/latex pdftex/platex diff --git a/print/tex-texmflocal/pkg-plist b/print/tex-texmflocal/pkg-plist index 1c82f4cb98ed..8acfcc284fcb 100644 --- a/print/tex-texmflocal/pkg-plist +++ b/print/tex-texmflocal/pkg-plist @@ -17,6 +17,8 @@ @dirrm %%TEXMFLOCAL%%/fonts/source @dirrm %%TEXMFLOCAL%%/fonts/vf @dirrm %%TEXMFLOCAL%%/fonts +@dirrm %%TEXMFLOCAL%%/metafont +@dirrm %%TEXMFLOCAL%%/metapost @dirrm %%TEXMFLOCAL%%/jbibtex/bib @dirrm %%TEXMFLOCAL%%/jbibtex/bst @dirrm %%TEXMFLOCAL%%/jbibtex |