diff options
author | rh <rh> | 2000-08-03 17:49:25 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-03 17:49:25 +0000 |
commit | 852017fec0ec870daa3d89ef7b0713bc017cf8d2 (patch) | |
tree | b8a34ab95ff4520f2fa14e09a6280b884761a3b8 /math/yorick/patches | |
parent | 2f8189e5ae1236219cd1d743e44e4a0b310c0c22 (diff) | |
download | pkgsrc-852017fec0ec870daa3d89ef7b0713bc017cf8d2.tar.gz |
Initial import of yorick-1.4, a numerical algebra system. Provided through
PR pkg/10533 by John Refling <refling@comet.lbl.gov>
Diffstat (limited to 'math/yorick/patches')
-rw-r--r-- | math/yorick/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/yorick/patches/patch-aa b/math/yorick/patches/patch-aa new file mode 100644 index 00000000000..4e6332b14c2 --- /dev/null +++ b/math/yorick/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/08/03 17:49:25 rh Exp $ + +--- Browser/Makefile.in.orig Fri Jan 3 19:24:16 1997 ++++ Browser/Makefile.in Thu Aug 3 19:34:42 2000 +@@ -67,7 +67,7 @@ + DESTDIR = + + install: all installdirs +- $(CP) gist $(DESTDIR)$(Y_BINDIR) ++ ${BSD_INSTALL_PROGRAM} gist $(DESTDIR)$(Y_BINDIR) + + uninstall: + $(RM) -r $(DESTDIR)$(Y_BINDIR)/gist |