head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.08.18.19.11.12;	author clement;	state dead;
branches;
next	1.1;

1.1
date	2001.02.15.10.50.18;	author sheldonh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix buil with apache13 + ipv6
  Set APACHE_PORT or define WITH_APACHE_IPV6

PR:		ports/68158
Submitted by:	SoD <sod at cd dot pri dot ee>
Obtained from:	NetBSD
@
text
@--- 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';
@


1.1
log
@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.
@
text
@@

