314dcb904a
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for various modern desktop and server operating systems, such as UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server which provides HTTP services in sync with the current HTTP standards. This package tracks 2.4.x release.
16 lines
486 B
Text
16 lines
486 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2012/04/13 18:50:49 ryoon Exp $
|
|
|
|
--- support/Makefile.in.orig 2011-12-20 14:57:46.000000000 +0000
|
|
+++ support/Makefile.in
|
|
@@ -31,9 +31,11 @@ install:
|
|
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
|