Do not delete lib/tcl when deinstalled; it should be handled by lang/tcl.
Bump PKGREVISION.
This commit is contained in:
parent
c3289cecf9
commit
bc5f7c1171
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue