278N/A -e 's#@@Port@@#$(PORT)#g' \
278N/A -e 's#@@SSLPort@@#$(SSLPORT)#g' \
278N/A -e '/@@LoadModule@@/d' \
278N/A+ -e 's#@@SysconfDir@@#$(sysconfdir)#g' \
278N/A+ -e 's#@@RuntimeDir@@#$(runtimedir)#g' \
278N/A+ -e 's#@@DataDir@@#$(datadir)#g' \
278N/A sed -n -e '/@@LoadModule@@/q' \
278N/A cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
737N/A+ @if ! grep "{APACHE_USER_ENVVARS}" $(DESTDIR)$(sbindir)/envvars >
/dev/null; then \
737N/A+ echo '# If you run apachectl with APACHE_USER_ENVVARS in its environment'\
737N/A+ >> $(DESTDIR)$(sbindir)/envvars ; \
737N/A+ echo '# the specified file will be sourced here. The standard path is'\
737N/A+ >> $(DESTDIR)$(sbindir)/envvars ; \
737N/A+ echo '' >> $(DESTDIR)$(sbindir)/envvars ; \
737N/A+ echo 'if [ "x$${APACHE_USER_ENVVARS}" != "x" -a -f "$${APACHE_USER_ENVVARS}" ]; then'\
737N/A+ >> $(DESTDIR)$(sbindir)/envvars ; \
737N/A+ echo '. "$${APACHE_USER_ENVVARS}"' >> $(DESTDIR)$(sbindir)/envvars ; \
278N/A+ echo 'fi' >> $(DESTDIR)$(sbindir)/envvars ; \
278N/A @test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir)
278N/A- @test -d $(DESTDIR)$(runtimedir) || $(MKINSTALLDIRS) $(DESTDIR)$(runtimedir)
278N/A @for ext in dll x; do \
278N/A file=apachecore.$$ext; \
278N/A if test -f $$file; then \