summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-support__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/patch-support__Makefile.in')
-rw-r--r--www/apache22/files/patch-support__Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/apache22/files/patch-support__Makefile.in b/www/apache22/files/patch-support__Makefile.in
deleted file mode 100644
index 72cb36ce3d18..000000000000
--- a/www/apache22/files/patch-support__Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- support/Makefile.in.orig 2011-04-16 19:09:47 UTC
-+++ support/Makefile.in
-@@ -16,17 +16,14 @@ install:
- @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