freebsd-ports/math/grace/files/patch-ad
Lars Koeller de624ba756 Upfdate to version 5.1.2. Necessary for this version was an update of
XmHTML to version 1.1.7. By the way xbae was updated to 4.8.4.
PR: ports/20464, ports/20975, ports/21919
2000-12-29 16:22:02 +00:00

18 lines
544 B
Text

*** doc/Makefile.orig Mon May 22 20:00:24 2000
--- doc/Makefile Mon May 22 20:00:51 2000
***************
*** 78,84 ****
$(MKINSTALLDIRS) $(PREFIX)/man
$(MKINSTALLDIRS) $(PREFIX)/man/man1
cd $(PREFIX)/man/man1; \
! for i in $? $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done
tests : dummy
--- 78,84 ----
$(MKINSTALLDIRS) $(PREFIX)/man
$(MKINSTALLDIRS) $(PREFIX)/man/man1
cd $(PREFIX)/man/man1; \
! for i in $? $(MANLINKS); do $(RM) $$i; $(INSTALL_DATA) $(GRACE_HOME)/doc/$$i $$i; done
tests : dummy