diff options
Diffstat (limited to 'print/html2ps-letter/scripts')
-rw-r--r-- | print/html2ps-letter/scripts/pre-configure | 7 |
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 |