summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-support__Makefile.in
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 00:02:16 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 00:02:16 +0000
commit63e45c24e6d42b4067c6070a474cab7c0dded7f7 (patch)
treeae3c2caec114b410f2cc3c946202abf440a4e245 /www/apache22/files/patch-support__Makefile.in
parent- Set the ITK version. (diff)
- Regenerate patch files with make makepatch for they have
piled up and additional patches conflict. This also will help when we try to syncronize www/apache20&www/apache22 - Unconditionally apply the mod_proxy_connect patch, you just may or may not actually compile the file to save some logic in Makefile With Hat: apache@
Diffstat (limited to 'www/apache22/files/patch-support__Makefile.in')
-rw-r--r--www/apache22/files/patch-support__Makefile.in22
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