diff options
author | minskim <minskim> | 2009-01-08 22:09:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-01-08 22:09:34 +0000 |
commit | 14eb33163ae3bb973ede9b95d6e4c44bc4593357 (patch) | |
tree | 0c666384df33170f7fee2760fe9aafd08ccf5022 /print/teTeX3-texmf | |
parent | 7e8cba694ce26321383399eda3734e9e1d08e055 (diff) | |
download | pkgsrc-14eb33163ae3bb973ede9b95d6e4c44bc4593357.tar.gz |
Resolve conflicts between kpathsea and teTeX-{texmf,bin}.
With this change, texmf.cnf is handled properaly using CONF_FILES, and
tex-* packages can be shared by teTeX-3 and TeX Live 2008.
Bump PKGREVISION for teTeX-{texmf,bin}.
Diffstat (limited to 'print/teTeX3-texmf')
-rw-r--r-- | print/teTeX3-texmf/Makefile | 6 | ||||
-rw-r--r-- | print/teTeX3-texmf/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index 881bf7296e5..157bd631d34 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2008/05/26 22:37:30 tnn Exp $ +# $NetBSD: Makefile,v 1.20 2009/01/08 22:09:34 minskim Exp $ # DISTNAME= tetex-texmf-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -27,7 +27,7 @@ CHECK_INTERPRETER_SKIP+=share/texmf-dist/doc/generic/ruhyphen/reduce-patt \ REPLACE_SH+= doc/latex/bibunits/bibtexall doc/latex/multibib/bibtexall USE_TOOLS+= sh:run pax -INSTALLATION_DIRS= share/texmf-dist +.include "../../print/kpathsea/texmf.mk" post-extract: rm -f ${WRKSRC}/ls-R diff --git a/print/teTeX3-texmf/PLIST b/print/teTeX3-texmf/PLIST index e1351439bc3..8aea98741d7 100644 --- a/print/teTeX3-texmf/PLIST +++ b/print/teTeX3-texmf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/07 16:19:15 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/08 22:09:34 minskim Exp $ share/texmf-dist/ChangeLog share/texmf-dist/LICENSE.texmf share/texmf-dist/aliases @@ -14821,4 +14821,3 @@ share/texmf-dist/web2c/viscii-t5.tcx @dirrm share/texmf-dist/bibtex/bib/ams @dirrm share/texmf-dist/bibtex/bib @dirrm share/texmf-dist/bibtex -@dirrm share/texmf-dist |