53d209d74d
Apache::Test is a wrapper around the standard Test.pm with helpers for testing an Apache server.
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/16 22:17:14 naddy Exp $
|
|
--- Makefile.PL.orig 2004-04-10 13:31:46.000000000 -0700
|
|
+++ Makefile.PL 2004-04-10 13:32:11.000000000 -0700
|
|
@@ -89,8 +89,8 @@ sub MY::constants {
|
|
$string .= <<'EOI';
|
|
|
|
# install into the same location as mod_perl 2.0
|
|
-INSTALLSITELIB = $(INSTALLSITEARCH)
|
|
-DESTINSTALLSITELIB = $(DESTINSTALLSITEARCH)
|
|
+# INSTALLSITELIB = $(INSTALLSITEARCH)
|
|
+# DESTINSTALLSITELIB = $(DESTINSTALLSITEARCH)
|
|
EOI
|
|
}
|
|
|