mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Remove CONFLICT entry (conflicting files to be removed from teTeX-base)
- Use share/texmf instead of share/texmf-local Discussed with hrs, who maintains the teTeX-* ports
This commit is contained in:
parent
79dad6e6c5
commit
f2199d52e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275476
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= texinfo
|
||||
PORTVERSION= 4.13.20110529
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/
|
||||
@ -20,15 +21,13 @@ COMMENT= A typeset documentation system with multiple format output
|
||||
|
||||
BUILD_DEPENDS+= help2man:${PORTSDIR}/misc/help2man
|
||||
|
||||
CONFLICTS_INSTALL=teTeX-base-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALL_TARGET= install install-tex
|
||||
PKGDEINSTALL= ${PKGINSTALL}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL}
|
||||
MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF}
|
||||
CONFIGURE_ARGS= --without-included-gettext
|
||||
CPPFLAGS= -I${LOCALBASE}/lib
|
||||
LDFLAGS= -L${LOCALBASE}/lib -lintl
|
||||
@ -38,9 +37,8 @@ MAN1= info.1 infokey.1 install-info.1 makeinfo.1 texi2dvi.1 \
|
||||
texi2pdf.1 pdftexi2dvi.1 texindex.1
|
||||
MAN5= info.5 texinfo.5
|
||||
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL}
|
||||
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
TEXMF= share/texmf
|
||||
PLIST_SUB= TEXMF=${TEXMF}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -31,27 +31,27 @@ bin/pdftexi2dvi
|
||||
%%DATADIR%%/texinfo.cat
|
||||
%%DATADIR%%/texinfo.dtd
|
||||
%%DATADIR%%/texinfo.xsl
|
||||
%%TEXMFLOCAL%%/tex/texinfo/texinfo.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-cs.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-de.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-en.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-es.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-fr.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-it.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-nb.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-nl.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-pl.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-pt.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-ru.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-sr.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-tr.tex
|
||||
%%TEXMFLOCAL%%/tex/texinfo/txi-uk.tex
|
||||
%%TEXMFLOCAL%%/tex/generic/epsf/epsf.tex
|
||||
%%TEXMF%%/tex/texinfo/texinfo.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-cs.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-de.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-en.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-es.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-fr.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-it.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-nb.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-nl.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-pl.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-pt.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-ru.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-sr.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-tr.tex
|
||||
%%TEXMF%%/tex/texinfo/txi-uk.tex
|
||||
%%TEXMF%%/tex/generic/epsf/epsf.tex
|
||||
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/rw
|
||||
@dirrmtry %%TEXMFLOCAL%%/tex/generic/epsf
|
||||
@dirrmtry %%TEXMFLOCAL%%/tex/generic
|
||||
@dirrm %%TEXMFLOCAL%%/tex/texinfo
|
||||
@dirrmtry %%TEXMFLOCAL%%/tex
|
||||
@dirrmtry %%TEXMFLOCAL%%
|
||||
@dirrmtry %%TEXMF%%/tex/generic/epsf
|
||||
@dirrmtry %%TEXMF%%/tex/generic
|
||||
@dirrm %%TEXMF%%/tex/texinfo
|
||||
@dirrmtry %%TEXMF%%/tex
|
||||
@dirrmtry %%TEXMF%%
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user