0d915a97f3
Please see http://httpd.apache.org/docs/2.2/new_features_2_2.html for the list of changes.
16 lines
515 B
Text
16 lines
515 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2006/12/08 23:31:52 xtraeme Exp $
|
|
|
|
--- support/Makefile.in.orig 2002-08-29 22:25:40.000000000 +0300
|
|
+++ support/Makefile.in 2003-01-28 16:09:07.000000000 +0200
|
|
@@ -24,9 +24,11 @@
|
|
done
|
|
@if test -f "$(builddir)/envvars-std"; then \
|
|
cp -p envvars-std $(DESTDIR)$(sbindir); \
|
|
+ if false; then \
|
|
if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
|
|
cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
|
|
fi ; \
|
|
+ fi ; \
|
|
fi
|
|
|
|
htpasswd_OBJECTS = htpasswd.lo
|