diff options
author | hrs <hrs@FreeBSD.org> | 2014-08-22 19:04:23 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-08-22 19:04:23 +0800 |
commit | 91f24e6eecdb1e1f3a701409d114d13305a46ff9 (patch) | |
tree | 4e5655e52b6737cbd19a56d45857fbe796c396bb /print/tex-xdvik/files | |
parent | 8cd8f23c7fff0820165439aa6fdc4ec2ea639d26 (diff) | |
download | freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.gz freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.zst freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.zip |
Update TeXLive to 2014.
- Note that full support of configuration tools such as tlmgr and texconfig
is not ready yet.
- Most of dviware now supports libpaper to choose the default papersize.
Use paperconfig(8) utility or print/papersize-default-* packages.
- Some quite old macros of the age of latex209 have been removed, and
there are user-visible/invisible incompatibilities. Please send a report
to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
Diffstat (limited to 'print/tex-xdvik/files')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in b/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in index eaef792ef40b..ef80f7370263 100644 --- a/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in +++ b/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in @@ -15,11 +15,11 @@ nodist_man1_MANS = xdvi.1 -xdvidir = $(datarootdir)/texmf-dist/xdvi -dvipsconfdir = $(datarootdir)/texmf-dist/dvips/config -+xdvidir = $(datarootdir)/texmf/xdvi -+dvipsconfdir = $(datarootdir)/texmf/xdvi ++xdvidir = $(datarootdir)/texmf-dist/xdvi ++dvipsconfdir = $(datarootdir)/texmf-dist/xdvi dist_xdvi_DATA = texmf/XDvi -pixmapdir = $(datarootdir)/texmf-dist/xdvi/pixmap -+pixmapdir = $(datarootdir)/texmf/xdvi/pixmaps ++pixmapdir = $(datarootdir)/texmf-dist/xdvi/pixmaps dist_pixmap_DATA = pixmaps/toolbar.xpm pixmaps/toolbar2.xpm dist_noinst_DATA = texmf/config.xdvi all: c-auto.h |