diff options
Diffstat (limited to 'www/apache22/files/patch-support__Makefile.in')
| -rw-r--r-- | www/apache22/files/patch-support__Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/apache22/files/patch-support__Makefile.in b/www/apache22/files/patch-support__Makefile.in new file mode 100644 index 000000000000..0eb698807b09 --- /dev/null +++ b/www/apache22/files/patch-support__Makefile.in @@ -0,0 +1,22 @@ +--- ./support/Makefile.in.orig 2005-07-06 19:15:34.000000000 -0400 ++++ ./support/Makefile.in 2010-05-06 19:37:54.258730387 -0400 +@@ -16,17 +16,14 @@ + @test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) + @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) + @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) +- @for i in apxs apachectl dbmmanage; do \ ++ @for i in apxs apachectl dbmmanage split-logfile; do \ + if test -f "$(builddir)/$$i"; then \ + cp -p $$i $(DESTDIR)$(sbindir); \ + chmod 755 $(DESTDIR)$(sbindir)/$$i; \ + fi ; \ + done + @if test -f "$(builddir)/envvars-std"; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir); \ +- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ +- fi ; \ ++ cp -p envvars-std $(DESTDIR)$(sbindir)/envvars; \ + fi + + htpasswd_OBJECTS = htpasswd.lo |
