diff options
Diffstat (limited to 'www/mod_perl2/files/patch-ab')
-rw-r--r-- | www/mod_perl2/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mod_perl2/files/patch-ab b/www/mod_perl2/files/patch-ab new file mode 100644 index 0000000..b14e639 --- /dev/null +++ b/www/mod_perl2/files/patch-ab @@ -0,0 +1,14 @@ + +$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 + |