diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2002-08-26 08:41:55 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2002-08-26 08:41:55 +0000 |
commit | bd8adda26beaf96b5610613674f47e7268c8e9b2 (patch) | |
tree | 0f3e71480f43ca3f74cb17c53fe7076f9726a73a /math/grace/files/patch-ad | |
parent | Update to 7.2.2, which fixes several security bugs. Do not install (diff) |
o) Update to 5.1.9
PR: ports/41591
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math/grace/files/patch-ad')
-rw-r--r-- | math/grace/files/patch-ad | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/math/grace/files/patch-ad b/math/grace/files/patch-ad index 029b5c9fa220..ee8ee32af204 100644 --- a/math/grace/files/patch-ad +++ b/math/grace/files/patch-ad @@ -1,18 +1,11 @@ -*** 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 +--- doc/Makefile.orig Sat Jun 22 12:40:21 2002 ++++ doc/Makefile Mon Aug 12 02:05:28 2002 +@@ -97,7 +97,7 @@ + $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man + $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man/man1 + cd $(DESTDIR)$(PREFIX)/man/man1; \ +- for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done ++ for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(INSTALL_DATA) $(GRACE_HOME)/doc/$$i $$i; done + + tests : dummy + |