ports/www/mod_perl2/files/patch-ab
Christian Weisgerber 2e64f2c115 * Fix install with perl < 5.8.
PR:		58490
Submitted by:	Lars Eggert <larse@isi.edu>
Reported by:	Peter McGarvey <xaphod@packet.org.uk>

* Use PERL_CONFIGURE.
* Fix packing list.

Approved by:	maintainer
2003-11-02 23:29:08 +00:00

14 lines
337 B
Text

$FreeBSD$
--- Apache-Test/install-pl.old Fri Oct 24 07:42:28 2003
+++ Apache-Test/install-pl Fri Oct 24 07:42:38 2003
@@ -58,7 +58,7 @@
return <<EOF;
nuke_Apache__test:
-\t\$(PERLRUN) -MExtUtils::Install -e \\
+\t\$(PERL) -MExtUtils::Install -e \\
\t"-e qq{$cleanup_packlist} && uninstall(qq{$cleanup_packlist}, 1, 0)"
EOF