summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'print/html2ps-letter/scripts')
-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