--- /usr/ports/www/apache13-modssl/work/apache_1.3.22/Makefile Mon Jan 21 17:11:58 2002 +++ /usr/ports/www/apache13-modssl/work/apache_1.3.22/Makefile.working Mon Jan 21 17:11:42 2002 @@ -547,7 +547,7 @@ (cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ (cd $(root)$(manualdir)/ && $(TAR) -xf -); \ find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ - find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ + find $(root)$(manualdir)/ -type f -print0 | xargs -0 chmod a+r ; \ # fi # $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual if [ ! -d $(root)$(htdocsdir)/ ]; then \