summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/scripts/pre-configure
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
commit5c06167de940646a99d7f9ed57f01a7dc39bc15c (patch)
tree97096830929df26af02a71c41530883c43a90941 /print/html2ps-letter/scripts/pre-configure
parentCompile-error (diff)
- make port non-interactive.
- support a4 and letter papersizes after a repository copy from html2ps to html2ps-a4 and html2ps-letter. - use ${PERL} for substituting not ${PERL5}. Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
Notes
Notes: svn path=/head/; revision=21548
Diffstat (limited to '')
-rw-r--r--print/html2ps-letter/scripts/pre-configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/html2ps-letter/scripts/pre-configure b/print/html2ps-letter/scripts/pre-configure
index d4c30205fbec..96c9dabee87e 100644
--- a/print/html2ps-letter/scripts/pre-configure
+++ b/print/html2ps-letter/scripts/pre-configure
@@ -1,7 +1,9 @@
#! /bin/sh
perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/install
-perl -pi -e "s=!!PERL5!!=$PERL5=" ${WRKSRC}/install
-perl -pi -e "s=!!PERL5!!=$PERL5=" ${WRKSRC}/html2ps
+perl -pi -e "s=!!PERL5!!=$PERL=" ${WRKSRC}/install
+perl -pi -e "s=!!PAPERSIZE!!=$PAPERSIZE=" ${WRKSRC}/install
+perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/html2ps
+perl -pi -e "s=!!PERL5!!=$PERL=" ${WRKSRC}/html2ps
exit 0