mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
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
14 lines
337 B
Text
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
|
|
|