81901b5bf8
Mod_Mono is an Apache 1.3/2.0/2.2 module that provides ASP.NET support for the web's favorite server, Apache.
12 lines
440 B
Text
12 lines
440 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/10/06 10:52:29 kefren Exp $
|
|
--- Makefile.in.orig 2008-10-06 13:26:48.000000000 +0300
|
|
+++ Makefile.in 2008-01-30 00:55:03.000000000 +0200
|
|
@@ -200,7 +200,7 @@
|
|
# Current spec file is obsolete
|
|
# packaging/redhat/mod_mono.spec \
|
|
# packaging/redhat/mono.conf
|
|
-modmonoconfdir = $(APXS_SYSCONFDIR)
|
|
+modmonoconfdir = @prefix@/share/examples/httpd
|
|
modmonoconf_DATA = mod_mono.conf
|
|
all: all-recursive
|
|
|