summaryrefslogtreecommitdiff
path: root/math/grace/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/grace/files/patch-ad')
-rw-r--r--math/grace/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/grace/files/patch-ad b/math/grace/files/patch-ad
deleted file mode 100644
index ee8ee32af204..000000000000
--- a/math/grace/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-