diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-29 15:46:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-29 15:46:00 +0000 |
commit | 7a51b11f74e7a1e69cd120833fd0c7ec06bacb34 (patch) | |
tree | 9aed2c23765f828751dc6aa0f2218bcb189d6fe8 /devel/tkcvs/patches | |
parent | 9c93f9bbf988b8c53b1af93110178735071daed8 (diff) | |
download | pkgsrc-7a51b11f74e7a1e69cd120833fd0c7ec06bacb34.tar.gz |
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.
Diffstat (limited to 'devel/tkcvs/patches')
-rw-r--r-- | devel/tkcvs/patches/patch-aa | 9 |
1 files changed, 1 insertions, 8 deletions
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 |