diff options
author | drochner <drochner@pkgsrc.org> | 2005-05-31 18:02:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-05-31 18:02:31 +0000 |
commit | ccf8e31485d7a5b9e145d861f88baaacfedfe97c (patch) | |
tree | d24aa6723c9b0eba60ff97da2b6953eb095a14c1 /math/yorick/patches | |
parent | e1270966a0f61b013f12b57f2c7cc65c6aad074b (diff) | |
download | pkgsrc-ccf8e31485d7a5b9e145d861f88baaacfedfe97c.tar.gz |
update to 1.6.02
changes:
1. The original plug_in and autoload system (see 5/Sep/04 below)
has been completely revamped to make a true "package" system.
2. The Makefile system for compiled yorick add-ons has completely
changed.
3. The string manipulation functions have been dramatically extended.
4. The yorick user manual and quick reference cards have been updated.
Diffstat (limited to 'math/yorick/patches')
-rw-r--r-- | math/yorick/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/yorick/patches/patch-aa b/math/yorick/patches/patch-aa index f28b6df0faa..4ba321757af 100644 --- a/math/yorick/patches/patch-aa +++ b/math/yorick/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2003/04/29 22:41:44 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2005/05/31 18:02:32 drochner Exp $ ---- ysite.sh.orig +--- ysite.sh.orig 2005-04-09 06:00:26.000000000 +0200 +++ ysite.sh @@ -1,5 +1,5 @@ #!/bin/sh --prefix=. -+prefix=@PREFIX@ - Y_PLATFORM=. - Y_SITE=. - Y_HOME=. +-prefix="." ++prefix="@PREFIX@" + Y_PLATFORM="." + Y_SITE="." + Y_HOME="." |