summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/files/patch-aa
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-05-17 20:14:41 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-05-17 20:14:41 +0000
commit2cf6c2c3c7dd45abbae9c8984b296e5af47071f3 (patch)
treec0e41414fa7e47d266a47b775f40792d490ab032 /print/html2ps-letter/files/patch-aa
parentUpgrade to 980514 version. (diff)
Import of html2ps 0.1 a HTML to PostScript converter with lot's of features.
Notes
Notes: svn path=/head/; revision=11024
Diffstat (limited to 'print/html2ps-letter/files/patch-aa')
-rw-r--r--print/html2ps-letter/files/patch-aa30
1 files changed, 30 insertions, 0 deletions
diff --git a/print/html2ps-letter/files/patch-aa b/print/html2ps-letter/files/patch-aa
new file mode 100644
index 000000000000..8f46908afbf0
--- /dev/null
+++ b/print/html2ps-letter/files/patch-aa
@@ -0,0 +1,30 @@
+--- install.orig Sat Sep 13 14:37:20 1997
++++ install Sun May 17 21:29:55 1998
+@@ -1,5 +1,5 @@
+ : # Use perl
+-eval 'exec perl -S $0 "$@"'
++eval 'exec !!PERL5!! -S $0 "$@"'
+ if $running_under_some_shell;
+
+ $vid=101;
+@@ -121,7 +121,7 @@
+
+ chop ($cd = `pwd`);
+
+-$prefix = "/usr/local";
++$prefix = "!!PREFIX!!";
+
+ &getval($ans, "y",
+ "\nBy default all files will be installed in subdirectories 'bin', 'lib',\n"
+@@ -181,9 +181,9 @@
+ $ht = "\nTo use the automatic hyphenation feature, hyphenation pattern files\n"
+ ."from the TeX distribution are needed.";
+ $cophy = 1;
+-if($exist{'TeX'}) {
++if($exist{'share'}) {
+ $hfile = "";
+- ($texdir = $dir{'TeX'}) =~ s|/bin$||;
++ ($texdir = $dir{'share'}) =~ s|/bin$||;
+ SW:for("texmf/tex/generic/hyphen","macros","inputs","lib/macros",
+ "lib/inputs","lib/tex/macros","lib/tex/inputs") {
+ if(-f "$texdir/$_/ushyph1.tex") {