From 7a51b11f74e7a1e69cd120833fd0c7ec06bacb34 Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 29 Apr 2004 15:46:00 +0000 Subject: Install .tcl files into lib/ instead of share/, as other Tcl packages do. It also reduces patches. Skip PKGREVISION bump since this package was updated minites ago. --- devel/tkcvs/patches/patch-aa | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'devel/tkcvs/patches') diff --git a/devel/tkcvs/patches/patch-aa b/devel/tkcvs/patches/patch-aa index b0ca7cacc8c..8db6515f2d6 100644 --- a/devel/tkcvs/patches/patch-aa +++ b/devel/tkcvs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.11 2004/04/29 15:17:02 minskim Exp $ +$NetBSD: patch-aa,v 1.12 2004/04/29 15:46:00 minskim Exp $ --- doinstall.tcl.orig 2004-03-15 23:40:54.000000000 -0600 +++ doinstall.tcl @@ -9,13 +9,6 @@ $NetBSD: patch-aa,v 1.11 2004/04/29 15:17:02 minskim Exp $ +exec tclsh "$0" -- ${1+"$@"} # -@@ -23,5 +23,5 @@ proc set_paths {INSTALLROOT} { - } else { - set BINDIR [file join $INSTALLROOT bin] -- set LIBDIR [file join $INSTALLROOT lib] -+ set LIBDIR [file join $INSTALLROOT share] - set MANDIR [file join $INSTALLROOT man man1] - } @@ -34,21 +34,4 @@ proc show_paths {INSTALLROOT} { set_paths $INSTALLROOT -- cgit v1.2.3