diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-17 20:14:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-17 20:14:41 +0000 |
commit | 2cf6c2c3c7dd45abbae9c8984b296e5af47071f3 (patch) | |
tree | c0e41414fa7e47d266a47b775f40792d490ab032 /print/html2ps-letter/scripts | |
parent | 773b6e4e583ee0c022bc1fbc8b7c7c87c7fd0bca (diff) |
Notes
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 |