From 57dd4641695d0ba0ca591395cec8bac24e5afe6e Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 15 Feb 2001 10:50:18 +0000 Subject: Fix PREFIX-clean breakage for libperl.so by breaking out its installation from the mod_perl MakeMaker mess into the port's Makefile. This port is now PREFIX-clean. --- www/mod_perl2/files/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/mod_perl2/files/patch-aa (limited to 'www/mod_perl2/files') diff --git a/www/mod_perl2/files/patch-aa b/www/mod_perl2/files/patch-aa new file mode 100644 index 000000000000..b8df70a4f89d --- /dev/null +++ b/www/mod_perl2/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile.PL.orig Thu Feb 15 12:39:35 2001 ++++ Makefile.PL Thu Feb 15 12:41:28 2001 +@@ -1300,7 +1300,11 @@ + my $string = $self->MM::install; + my $add = ""; + if($USE_APXS) { +- $add = "apxs_install"; ++# XXX The FreeBSD port for mod_perl takes care of installing libperl.so ++# itself via the pkg-install script. ++# ++# $add = "apxs_install"; ++ print "Disabling apxs_install target; deferred to pkg-install\n"; + } + elsif ($win32_auto and $win32_args{INSTALL_DLL}) { + $add = 'amp_install'; -- cgit v1.2.3