$FreeBSD$ --- doc/Makefile.in.orig Sat Apr 12 22:56:20 2003 +++ doc/Makefile.in Sat Apr 12 22:56:44 2003 @@ -499,13 +499,13 @@ rm -rf html refman.pdf install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(docdir)/html + $(mkinstalldirs) $(DESTDIR)$(docdir) mkdir -p html #Workaround to allow libofx-cvs user to install without doc. - cp -rp html $(DESTDIR)$(docdir)/html + cp -rp html $(DESTDIR)$(docdir) uninstall-hook: - chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery - rm -rf $(DESTDIR)${docdir}/html + chmod +w -R $(DESTDIR)${docdir} #Why chmod is needed is a mystery + rm -rf $(DESTDIR)${docdir} doxygen.cfg: doxygen.cfg.in Makefile rm -f $@.tmp e Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/salome-gui
Commit message (Expand)AuthorAgeFilesLines
* - remove maintainer tags from pkg-descreadler2011-10-231-2/+0
* - Mark BROKEN: does not compilepav2011-09-251-0/+2
* - Bump PORTREVISION for science/hdf5-18 shlib changesunpoet2011-07-151-0/+1
* Update cad/salome* to 5.1.4.thierry2011-01-056-171/+201
* - Fix build with new vtkpav2010-06-181-3/+63
* - Unbreak (incorrect use of bsd.autotools.mk)thierry2010-05-153-160/+26