summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-aa
blob: f6dd727f42aa296536762f523cf03434797f37ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$NetBSD: patch-aa,v 1.6 2002/08/25 21:51:55 jlam Exp $

--- Makefile.in.orig	Sat Jun 15 18:41:03 2002
+++ Makefile.in	Wed Jun 19 07:39:04 2002
@@ -14,7 +14,7 @@
 PROGRAMS        = $(PROGRAM_NAME)
 TARGETS         = $(PROGRAMS) $(shared_build) $(other_targets)
 PHONY_TARGETS   = $(srcdir)/buildmark.c
-INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
+INSTALL_TARGETS = install-htdocs install-error install-icons \
 	install-other install-cgi install-include install-suexec install-man \
 	install-build
 
@@ -68,6 +68,7 @@
 					< $$i; \
 			fi \
 		) > $(DESTDIR)$(sysconfdir)/$$i; \
+		if false; then \
 		chmod 0644 $(DESTDIR)$(sysconfdir)/$$i; \
 		file=`echo $$i|sed s/-std//`; \
 		if [ "$$file" = "httpd.conf" ]; then \
@@ -76,12 +77,15 @@
 		if test "$$file" != "$$i" && test ! -f $(DESTDIR)$(sysconfdir)/$$file; then \
 			$(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/$$i $(DESTDIR)$(sysconfdir)/$$file; \
 		fi; \
+		fi; \
 	done ; \
 	done
 	@if test -f "$(builddir)/envvars-std"; then \
 	    cp -p envvars-std $(DESTDIR)$(sbindir); \
+	    if false; then \
 	    if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
 	        cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
+	    fi ; \
 	    fi ; \
 	fi