diff options
Diffstat (limited to 'lang/tcl80/patches/patch-ac')
-rw-r--r-- | lang/tcl80/patches/patch-ac | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/lang/tcl80/patches/patch-ac b/lang/tcl80/patches/patch-ac index ef34b2e76a6..a978ea05205 100644 --- a/lang/tcl80/patches/patch-ac +++ b/lang/tcl80/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 1999/04/01 13:36:56 agc Exp $ +$NetBSD: patch-ac,v 1.4 1999/04/08 17:32:27 tron Exp $ Link man pages using symbolic links. @@ -791,30 +791,35 @@ Link man pages using symbolic links. - ln ObjSetVar.3 Tcl_ObjGetVar2.3 + ln -s ObjSetVar.3 Tcl_ObjGetVar2.3 fi - if test -r Object.3; then +-if test -r Object.3; then ++if test -r Tcl_Obj.3; then rm -f Tcl_NewObj.3 - ln Object.3 Tcl_NewObj.3 -+ ln -s Object.3 Tcl_NewObj.3 ++ ln -s Tcl_Obj.3 Tcl_NewObj.3 fi - if test -r Object.3; then +-if test -r Object.3; then ++if test -r Tcl_Obj.3; then rm -f Tcl_DuplicateObj.3 - ln Object.3 Tcl_DuplicateObj.3 -+ ln -s Object.3 Tcl_DuplicateObj.3 ++ ln -s Tcl_Obj.3 Tcl_DuplicateObj.3 fi - if test -r Object.3; then +-if test -r Object.3; then ++if test -r Tcl_Obj.3; then rm -f Tcl_IncrRefCount.3 - ln Object.3 Tcl_IncrRefCount.3 -+ ln -s Object.3 Tcl_IncrRefCount.3 ++ ln -s Tcl_Obj.3 Tcl_IncrRefCount.3 fi - if test -r Object.3; then +-if test -r Object.3; then ++if test -r Tcl_Obj.3; then rm -f Tcl_DecrRefCount.3 - ln Object.3 Tcl_DecrRefCount.3 -+ ln -s Object.3 Tcl_DecrRefCount.3 ++ ln -s Tcl_Obj.3 Tcl_DecrRefCount.3 fi - if test -r Object.3; then +-if test -r Object.3; then ++if test -r Tcl_Obj.3; then rm -f Tcl_IsShared.3 - ln Object.3 Tcl_IsShared.3 -+ ln -s Object.3 Tcl_IsShared.3 ++ ln -s Tcl_Obj.3 Tcl_IsShared.3 fi if test -r ObjectType.3; then rm -f Tcl_RegisterObjType.3 |