diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:44 +0000 |
commit | 67cfe5db5a8492338356e3b16f3296daee71983e (patch) | |
tree | 03d12ab271deb2593e82857f0c0b81b4718cbf08 /math/grace/files/patch-ac | |
parent | - Update to 1.7.5 (diff) |
- Update to 5.1.22
PR: 124848
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=215610
Diffstat (limited to 'math/grace/files/patch-ac')
-rw-r--r-- | math/grace/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/grace/files/patch-ac b/math/grace/files/patch-ac deleted file mode 100644 index 59eb403ab4e2..000000000000 --- a/math/grace/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.orig Sat Jun 22 12:40:21 2002 -+++ examples/Makefile Mon Aug 12 01:59:44 2002 -@@ -33,7 +33,7 @@ - install : $(EXAMPLES) $(DOTEST) - $(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/examples - for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/examples; done -- $(INSTALL_PROGRAM) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST) -+ $(INSTALL_SCRIPT) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST) - - links : dummy - |