diff options
author | minskim <minskim> | 2010-01-30 15:46:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-01-30 15:46:51 +0000 |
commit | 35969c850400ec47de4513bd420f59c5777b92a2 (patch) | |
tree | 72644381f08a17f94eeae971a0c42fdd1408d7a0 | |
parent | 3228e97e88eeae033245f7174b600c8256d3ec30 (diff) | |
download | pkgsrc-35969c850400ec47de4513bd420f59c5777b92a2.tar.gz |
Resolve conflicts between tex-bin-latex and tex-latexconfig.
-rw-r--r-- | print/tex-bin-latex/Makefile | 6 | ||||
-rw-r--r-- | print/tex-bin-latex/PLIST | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/print/tex-bin-latex/Makefile b/print/tex-bin-latex/Makefile index 2f504df274a..8ad53f6242c 100644 --- a/print/tex-bin-latex/Makefile +++ b/print/tex-bin-latex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2010/01/30 00:26:10 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 15:46:51 minskim Exp $ # TeX Live Revision 12778 DISTNAME= bin-latex PKGNAME= tex-${DISTNAME}-2008.12778 -PKGREVISION= 4 +PKGREVISION= 5 DIST_SUBDIR= ${PKGNAME_NOREV}nb1 MAINTAINER= minskim@NetBSD.org @@ -23,6 +23,8 @@ INSTALLATION_DIRS+= bin TEX_FORMAT_NAMES+= latex TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf +TEXLIVE_IGNORE_PATTERNS= texmf/tex + .include "../../print/texlive/module.mk" post-install: diff --git a/print/tex-bin-latex/PLIST b/print/tex-bin-latex/PLIST index fdd64d1b0cf..d2abe6edca2 100644 --- a/print/tex-bin-latex/PLIST +++ b/print/tex-bin-latex/PLIST @@ -1,9 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/14 18:24:07 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/01/30 15:46:51 minskim Exp $ bin/latex bin/lualatex bin/pdflatex bin/pdflualatex share/texmf/fmtutil/format.latex.cnf -share/texmf/tex/latex/config/color.cfg -share/texmf/tex/latex/config/graphics.cfg -share/texmf/tex/latex/config/hyperref.cfg |