diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-29 16:22:02 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-29 16:22:02 +0000 |
commit | de624ba7565400d1c57744916425a0b69148484e (patch) | |
tree | 6ad03a94cb25b0393f1bb30ff41b15aabed364a6 /math/grace/files/patch-ad | |
parent | Update of LIB_DEPENDS due to update of xbae to version 4.8.4. (diff) |
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
Notes
Notes:
svn path=/head/; revision=36442
Diffstat (limited to 'math/grace/files/patch-ad')
-rw-r--r-- | math/grace/files/patch-ad | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/math/grace/files/patch-ad b/math/grace/files/patch-ad index d1dcada7354c..029b5c9fa220 100644 --- a/math/grace/files/patch-ad +++ b/math/grace/files/patch-ad @@ -1,19 +1,18 @@ -*** doc/Makefile.orig Fri Aug 20 00:31:44 1999 ---- doc/Makefile Fri Sep 10 11:06:06 1999 +*** doc/Makefile.orig Mon May 22 20:00:24 2000 +--- doc/Makefile Mon May 22 20:00:51 2000 *************** -*** 66,72 **** +*** 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 - ---- 66,72 ---- + +--- 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 - |