mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d4c621601b
that installed `html2ps' script would execute true path of Perl5, even on the FreeBSD-CUREENT system.
8 lines
178 B
Bash
8 lines
178 B
Bash
#! /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
|
|
|
|
exit 0
|