pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl-expect Do not delete lib/tcl when deinstalled...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d068be3719e1
branches:  trunk
changeset: 482573:d068be3719e1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 30 05:21:42 2004 +0000

description:
Do not delete lib/tcl when deinstalled; it should be handled by lang/tcl.
Bump PKGREVISION.

diffstat:

 lang/tcl-expect/Makefile |  4 ++--
 lang/tcl-expect/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 60ab8cafcd27 -r d068be3719e1 lang/tcl-expect/Makefile
--- a/lang/tcl-expect/Makefile  Sat Oct 30 05:18:51 2004 +0000
+++ b/lang/tcl-expect/Makefile  Sat Oct 30 05:21:42 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:15:03 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/10/30 05:21:42 minskim Exp $
 #
 
 .include "Makefile.common"
 
 PKGNAME=       tcl-expect-${EXPECT_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    lang
 
 MAINTAINER=    jwise%NetBSD.org@localhost
diff -r 60ab8cafcd27 -r d068be3719e1 lang/tcl-expect/PLIST
--- a/lang/tcl-expect/PLIST     Sat Oct 30 05:18:51 2004 +0000
+++ b/lang/tcl-expect/PLIST     Sat Oct 30 05:21:42 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:40 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/10/30 05:21:42 minskim Exp $
 bin/expect
 include/expect.h
 include/expect_comm.h
@@ -41,6 +41,5 @@
 share/examples/tcl/expect/xkibitz.1
 share/examples/tcl/expect/xpstat
 @dirrm lib/tcl/expect5.38
-@unexec ${RMDIR} %D/lib/tcl 2>/dev/null || ${TRUE}
 @dirrm share/examples/tcl/expect
 @unexec ${RMDIR} %D/share/examples/tcl 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index