diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-11-02 23:29:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-11-02 23:29:08 +0000 |
commit | 2e64f2c115b56c71e66862d845b8253fd89e99ec (patch) | |
tree | caf0c610842e91c2a8d154eb3d59953ed78ae719 /www/mod_perl2/files/patch-ab | |
parent | Add an entry for news/pan. (diff) |
* 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
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 000000000000..b14e639ad3a0 --- /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 + |