diff options
author | nik <nik@FreeBSD.org> | 2001-12-04 04:15:59 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-12-04 04:15:59 +0800 |
commit | 9409cb0a20847439818afe34b29a711ac9310342 (patch) | |
tree | 9e5ec99b642d0e268e908466ec9c69a2fb28254c /print/jadetex/pkg-message | |
parent | 20d0b0645f0730c74e6c90fb8fa380c9ec81c21a (diff) | |
download | freebsd-ports-gnome-9409cb0a20847439818afe34b29a711ac9310342.tar.gz freebsd-ports-gnome-9409cb0a20847439818afe34b29a711ac9310342.tar.zst freebsd-ports-gnome-9409cb0a20847439818afe34b29a711ac9310342.zip |
From the PR:
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'print/jadetex/pkg-message')
-rw-r--r-- | print/jadetex/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/jadetex/pkg-message b/print/jadetex/pkg-message index 4727809ad243..9300f8617768 100644 --- a/print/jadetex/pkg-message +++ b/print/jadetex/pkg-message @@ -1,6 +1,6 @@ JadeTeX uses quite a lot of TeX's resources. You may find it necessary to increase the size of some of TeX's resource pools by -editing the file /usr/local/share/texmf/web2c/texmf.cnf with any text +editing the file %%LOCALBASE%%/share/texmf/web2c/texmf.cnf with any text editor. For example, to typeset the FreeBSD Handbook with JadeTeX, change the @@ -11,6 +11,6 @@ following settings to the listed values: max_strings = 70000 save_size = 10000 -If you change /usr/local/share/texmf/web2c/texmf.cnf, delete the word +If you change %%LOCALBASE%%/share/texmf/web2c/texmf.cnf, delete the word "original" on line 1 of the file. This will prevent future installations of TeX from overwriting changes you've made. |