summaryrefslogtreecommitdiff
path: root/math/fricas/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/fricas/patches/patch-aa')
-rw-r--r--math/fricas/patches/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/fricas/patches/patch-aa b/math/fricas/patches/patch-aa
deleted file mode 100644
index 58b8597d20b..00000000000
--- a/math/fricas/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/09/14 12:25:30 ahoka Exp $
-
-Don't remove what is there already.
-Precreate "lib" subdirectory.
-
---- Makefile.in.orig 2008-06-24 01:41:17.000000000 +0400
-+++ Makefile.in 2008-09-13 16:02:52.000000000 +0400
-@@ -103,9 +103,8 @@
-
- install:
- @echo Installing FriCAS in $(prefix)
-- rm -rf '$(DESTDIR)$(libdir)/fricas'
- $(mkinstalldirs) '$(DESTDIR)$(libdir)/fricas'
-- for A in algebra autoload doc share src lib/graph ; do \
-+ for A in algebra autoload doc share src lib lib/graph ; do \
- for B in `find $(reltarget)/$$A -type d -print` ; do \
- $(mkinstalldirs) '$(DESTDIR)$(libdir)'/fricas/$$B \
- || exit 1 ; \