aboutsummaryrefslogtreecommitdiff
path: root/print/jadetex
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-01-04 11:48:03 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-01-04 11:48:03 +0000
commit376352b380be4e67d9a74bf3b485f1971530e59c (patch)
treebe558827e51c047e35055018eef515671a0f437f /print/jadetex
parenta049198b40864f2d9c9ea76ba1f18ccc0e8c305b (diff)
downloadports-376352b380be4e67d9a74bf3b485f1971530e59c.tar.gz
ports-376352b380be4e67d9a74bf3b485f1971530e59c.zip
Notes
Diffstat (limited to 'print/jadetex')
-rw-r--r--print/jadetex/Makefile4
-rw-r--r--print/jadetex/files/pkg-message.in14
-rw-r--r--print/jadetex/files/texmf.cnf4
3 files changed, 1 insertions, 21 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index 458150a9a738..ed795075147c 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jadetex
PORTVERSION= 3.13
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= SF
@@ -21,8 +21,6 @@ RUN_DEPENDS= etex:${PORTSDIR}/print/teTeX-base
MAKE_JOBS_UNSAFE= yes
MAKE_ENV= TEXMFCNF=${FILESDIR}:${TEXMFDIR}/web2c
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
PLIST_SUB= TEXMFDIR=share/texmf
MAN1= jadetex.1 pdfjadetex.1
diff --git a/print/jadetex/files/pkg-message.in b/print/jadetex/files/pkg-message.in
deleted file mode 100644
index 9eabf806f705..000000000000
--- a/print/jadetex/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-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 %%LOCALBASE%%/share/texmf/web2c/texmf.cnf with any text
-editor.
-
-For example, to typeset the FreeBSD Handbook with JadeTeX, change the
-following settings to the listed values:
-
- hash_extra = 60000
- save_size = 10000
-
-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.
diff --git a/print/jadetex/files/texmf.cnf b/print/jadetex/files/texmf.cnf
deleted file mode 100644
index b23d29d33824..000000000000
--- a/print/jadetex/files/texmf.cnf
+++ /dev/null
@@ -1,4 +0,0 @@
- hash_extra = 60000
- pool_size = 1000000
- max_strings = 70000
- save_size = 10000