diff options
Diffstat (limited to 'www/apache22/files/patch-support:Makefile.in')
-rw-r--r-- | www/apache22/files/patch-support:Makefile.in | 14 |
1 files changed, 14 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..930f282597a4 --- /dev/null +++ b/www/apache22/files/patch-support:Makefile.in @@ -0,0 +1,14 @@ +--- support/Makefile.in.orig Tue Dec 21 09:31:12 2004 ++++ support/Makefile.in Tue Dec 21 09:31:39 2004 +@@ -23,10 +23,7 @@ + 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 |