summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/scripts/pre-configure
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/scripts/pre-configure
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/scripts/pre-configure')
-rw-r--r--print/html2ps-letter/scripts/pre-configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/print/html2ps-letter/scripts/pre-configure b/print/html2ps-letter/scripts/pre-configure
new file mode 100644
index 000000000000..8bf76ba2a7e0
--- /dev/null
+++ b/print/html2ps-letter/scripts/pre-configure
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/install
+perl -pi -e "s=!!PERL5!!=/usr/local/bin/perl=" ${WRKSRC}/install
+perl -pi -e "s=!!PERL5!!=/usr/local/bin/perl=" ${WRKSRC}/html2ps
+
+exit 0