diff options
Diffstat (limited to 'www/apache2/patches/patch-aa')
-rw-r--r-- | www/apache2/patches/patch-aa | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/www/apache2/patches/patch-aa b/www/apache2/patches/patch-aa index 0051876d2db..afb9d0159c6 100644 --- a/www/apache2/patches/patch-aa +++ b/www/apache2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2002/06/01 13:18:02 itojun Exp $ +$NetBSD: patch-aa,v 1.5 2002/06/18 23:58:07 itojun Exp $ ---- Makefile.in.orig Mon Apr 29 01:41:25 2002 -+++ Makefile.in -@@ -16,7 +16,7 @@ +--- 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 @@ -11,26 +11,26 @@ $NetBSD: patch-aa,v 1.4 2002/06/01 13:18:02 itojun Exp $ install-other install-cgi install-include install-suexec install-man \ install-build -@@ -70,6 +70,7 @@ +@@ -68,6 +68,7 @@ < $$i; \ fi \ - ) > $(sysconfdir)/$$i; \ + ) > $(DESTDIR)$(sysconfdir)/$$i; \ + if false; then \ - chmod 0644 $(sysconfdir)/$$i; \ + chmod 0644 $(DESTDIR)$(sysconfdir)/$$i; \ file=`echo $$i|sed s/-std//`; \ if [ "$$file" = "httpd.conf" ]; then \ -@@ -78,12 +79,15 @@ - if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \ - $(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \ +@@ -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 $(sbindir); \ + cp -p envvars-std $(DESTDIR)$(sbindir); \ + if false; then \ - if test ! -f $(sbindir)/envvars; then \ - cp -p envvars-std $(sbindir)/envvars ; \ + if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ + cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ + fi ; \ fi ; \ fi |