diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 05:21:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 05:21:42 +0000 |
commit | bc5f7c117166ec34601b7f03ac92b79b11af1808 (patch) | |
tree | e60ad3c9e8fb4445bf060f3bdfa22ba958ba513b /lang | |
parent | c3289cecf90bab7636afc20a89c251bf50b8e6fc (diff) | |
download | pkgsrc-bc5f7c117166ec34601b7f03ac92b79b11af1808.tar.gz |
Do not delete lib/tcl when deinstalled; it should be handled by lang/tcl.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-expect/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl-expect/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index d9a3b3c0020..ff2b1d6ea5b 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -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 diff --git a/lang/tcl-expect/PLIST b/lang/tcl-expect/PLIST index fffcafeb84b..d04a118127a 100644 --- a/lang/tcl-expect/PLIST +++ b/lang/tcl-expect/PLIST @@ -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 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} |