forked from Lainports/freebsd-ports
piled up and additional patches conflict. This also will help when we try to syncronize www/apache20&www/apache22 With Hat: apache@
14 lines
489 B
Text
14 lines
489 B
Text
--- ./support/Makefile.in.orig 2007-12-28 10:11:51.000000000 -0500
|
|
+++ ./support/Makefile.in 2010-05-06 16:06:03.790832322 -0400
|
|
@@ -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
|