summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/scripts/pre-configure
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-11-22 22:45:16 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-11-22 22:45:16 +0000
commitd4c621601b8c3261b53a37c4dbc0d146ed1c1508 (patch)
treea293a8c4cf68470c671abfef2ba3b4b2681d0cee /print/html2ps-letter/scripts/pre-configure
parentActivate man2html (diff)
Make port's Makefile to pass $PERL5 to the scripts/pre-configure,
that installed `html2ps' script would execute true path of Perl5, even on the FreeBSD-CUREENT system.
Notes
Notes: svn path=/head/; revision=14780
Diffstat (limited to 'print/html2ps-letter/scripts/pre-configure')
-rw-r--r--print/html2ps-letter/scripts/pre-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps-letter/scripts/pre-configure b/print/html2ps-letter/scripts/pre-configure
index 8bf76ba2a7e0..d4c30205fbec 100644
--- a/print/html2ps-letter/scripts/pre-configure
+++ b/print/html2ps-letter/scripts/pre-configure
@@ -1,7 +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
+perl -pi -e "s=!!PERL5!!=$PERL5=" ${WRKSRC}/install
+perl -pi -e "s=!!PERL5!!=$PERL5=" ${WRKSRC}/html2ps
exit 0