diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 07:19:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 07:19:17 +0000 |
commit | 5c6da55945c5103bbe26a2a657a5704df0f2f31f (patch) | |
tree | 4b01853f080adf9646144bd68a202b337f19dbe0 /deskutils/abacus | |
parent | 1f6f9c77858f76fb141fe21b387176946fe15e20 (diff) | |
download | ports-5c6da55945c5103bbe26a2a657a5704df0f2f31f.tar.gz ports-5c6da55945c5103bbe26a2a657a5704df0f2f31f.zip |
Notes
Diffstat (limited to 'deskutils/abacus')
-rw-r--r-- | deskutils/abacus/files/patch-aa | 6 | ||||
-rw-r--r-- | deskutils/abacus/files/patch-ab | 5 |
2 files changed, 1 insertions, 10 deletions
diff --git a/deskutils/abacus/files/patch-aa b/deskutils/abacus/files/patch-aa index 98e32a700107..a010ce80b4d6 100644 --- a/deskutils/abacus/files/patch-aa +++ b/deskutils/abacus/files/patch-aa @@ -1,11 +1,5 @@ --- Makefile Thu Aug 6 21:15:12 1998 +++ /home/andy/tmp/wrk/Makefile Tue Aug 18 15:24:56 1998 -@@ -1,4 +1,4 @@ --# $Id: Makefile,v 1.20 1998/08/06 21:15:11 aml Exp $ -+# $Id: Makefile,v 1.20 1998/08/06 21:15:11 aml Exp andy $ - # Main Makefile for xxl - # - # Authors: Arlindo Oliveira (aml@inesc.pt) @@ -8,7 +8,7 @@ # explicit permission of the copyright holder. # diff --git a/deskutils/abacus/files/patch-ab b/deskutils/abacus/files/patch-ab index ab959103bbb9..a6c56800aab6 100644 --- a/deskutils/abacus/files/patch-ab +++ b/deskutils/abacus/files/patch-ab @@ -1,13 +1,10 @@ --- abacus Mon Aug 3 11:25:52 1998 +++ /home/andy/tmp/wrk/abacus Tue Aug 18 15:55:55 1998 -@@ -1,6 +1,6 @@ +@@ -1,3 +1,3 @@ #!/bin/sh # The next line restarts using nxlc \ -exec $ABACUS_HOME/tcl_interf/nxlc -f $0 ${1+"$@"} +exec /usr/X11R6/share/abacus/tcl_interf/nxlc -f $0 ${1+"$@"} - # $Id: xxl,v 1.9 1997/03/27 10:00:57 aml Exp $ - - global env @@ -15,7 +15,7 @@ if [info exists env(ABACUS_HOME)] { set home $env(ABACUS_HOME) |