openbsd-ports/www/p5-Apache-Test/patches/patch-Makefile_PL

15 lines
480 B
Plaintext
Raw Normal View History

$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
}