diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-11-22 11:17:31 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-11-22 11:17:31 +0000 |
commit | fe3f4c2ec43fbe711c2bb5c6335859ab4746a36b (patch) | |
tree | 272749aff9ff30eba133ed9ca2b4ecdd93e8a8c4 /lang/sml-nj-devel/files/patch-ab | |
parent | Former commit was not correct by my misunderstanding. (diff) |
Update to v110.42.
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
Notes
Notes:
svn path=/head/; revision=70740
Diffstat (limited to 'lang/sml-nj-devel/files/patch-ab')
-rw-r--r-- | lang/sml-nj-devel/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/sml-nj-devel/files/patch-ab b/lang/sml-nj-devel/files/patch-ab index cac586c50abb..bf21fbe172c1 100644 --- a/lang/sml-nj-devel/files/patch-ab +++ b/lang/sml-nj-devel/files/patch-ab @@ -1,5 +1,5 @@ ---- config/install.sh.orig Fri May 17 22:48:36 2002 -+++ config/install.sh Thu May 23 01:40:27 2002 +--- config/install.sh.orig Thu Oct 17 15:07:53 2002 ++++ config/install.sh Sun Nov 10 23:59:17 2002 @@ -550,6 +550,28 @@ ###################################################################### @@ -29,7 +29,7 @@ # create the various sub directories # for dir in $BINDIR $HEAPDIR $RUNDIR $LIBDIR $SRCDIR ; do -@@ -666,7 +688,7 @@ +@@ -664,7 +686,7 @@ $MAKE -f mk.$ARCH-$OPSYS $EXTRA_DEFS if [ -x run.$ARCH-$OPSYS ]; then mv run.$ARCH-$OPSYS $RUNDIR @@ -38,7 +38,7 @@ else complain "$this: !!! Run-time system build failed for some reason." fi -@@ -730,6 +752,8 @@ +@@ -728,6 +750,8 @@ do unpack $src $ROOT/src $src $src done |