mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Add share/texmf-local/web2c and some style changes.
PR: ports/64530 Submitted by: maintainer
This commit is contained in:
parent
5c97ad84f3
commit
8f8c7128e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104835
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tex-texmflocal
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
@ -25,16 +25,17 @@ TEXMFLOCAL= share/texmf-local
|
||||
TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
|
||||
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
||||
|
||||
DIRS= bibtex bibtex/bib bibtex/bst
|
||||
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
|
||||
DIRS+= ptex ptex/plain ptex/platex
|
||||
DIRS= bibtex bibtex/bib bibtex/bst \
|
||||
dvipdfm dvips \
|
||||
fonts fonts/afm fonts/ofm fonts/ovp fonts/ovf \
|
||||
fonts/ocp fonts/pk fonts/tfm fonts/type1 \
|
||||
fonts/source fonts/source/public fonts/vf \
|
||||
metafont metapost \
|
||||
jbibtex jbibtex/bib jbibtex/bst \
|
||||
tex tex/generic tex/jadetex tex/latex tex/plain \
|
||||
pdftex pdftex/latex pdftex/platex \
|
||||
ptex ptex/plain ptex/platex \
|
||||
web2c
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DIRS:S,^,${PREFIX}/${TEXMFLOCAL}/,}
|
||||
|
@ -33,6 +33,7 @@
|
||||
@dirrm %%TEXMFLOCAL%%/ptex/plain
|
||||
@dirrm %%TEXMFLOCAL%%/ptex/platex
|
||||
@dirrm %%TEXMFLOCAL%%/ptex
|
||||
@dirrm %%TEXMFLOCAL%%/web2c
|
||||
@dirrm %%TEXMFLOCAL%%
|
||||
@exec %%MKTEXLSR%%
|
||||
@unexec %%MKTEXLSR%%
|
||||
|
Loading…
Reference in New Issue
Block a user