aboutsummaryrefslogtreecommitdiff
path: root/textproc/ecromedos/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 13:08:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 13:08:17 +0000
commit73cc6eb34df3088b9c36ae4b43b4d98883eb966a (patch)
tree2b0764cc38244c288c09fd44112c6d5f17cd7f5f /textproc/ecromedos/files
parent2feda99d5f5da873dfe2c6fb1f0f6aa957676b68 (diff)
downloadports-73cc6eb34df3088b9c36ae4b43b4d98883eb966a.tar.gz
ports-73cc6eb34df3088b9c36ae4b43b4d98883eb966a.zip
Notes
Diffstat (limited to 'textproc/ecromedos/files')
-rw-r--r--textproc/ecromedos/files/patch-etc-ecmds.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/textproc/ecromedos/files/patch-etc-ecmds.conf b/textproc/ecromedos/files/patch-etc-ecmds.conf
new file mode 100644
index 000000000000..ab20d2038117
--- /dev/null
+++ b/textproc/ecromedos/files/patch-etc-ecmds.conf
@@ -0,0 +1,38 @@
+--- etc/ecmds.conf Mon Apr 24 22:39:42 2006
++++ etc/ecmds.conf.port Tue Apr 25 23:30:03 2006
+@@ -7,7 +7,7 @@
+ #
+ # Base installation directory
+ #
+-base_dir = /opt/ecromedos-1.0.1/
++base_dir = %%DATADIR%%
+
+ #
+ # Library directory
+@@ -37,22 +37,22 @@
+ #
+ # Path to 'latex' executable
+ #
+-latex_bin = /usr/bin/latex
++latex_bin = %%LOCALBASE%%/bin/latex
+
+ #
+ # Path to GNU 'dvipng' executable
+ #
+-dvipng_bin = /usr/bin/dvipng
++dvipng_bin = %%LOCALBASE%%/bin/dvipng
+
+ #
+ # Path to ImageMagick's 'convert' executable
+ #
+-convert_bin = /usr/bin/convert
++convert_bin = %%LOCALBASE%%/bin/convert
+
+ #
+ # Path to ImageMagick's 'identify' executable
+ #
+-identify_bin = /usr/bin/identify
++identify_bin = %%LOCALBASE%%/bin/identify
+
+ #
+ # Density of dots/inch to use when converting vector formats to raster images