pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-otcl Add two missing directories when removin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f349621599f6
branches:  trunk
changeset: 467430:f349621599f6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Jan 31 23:04:42 2004 +0000

description:
Add two missing directories when removing the package, reported by
Min Sik Kim in PR pkg/24225.

Bump PKGREVISION.

diffstat:

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

diffs (30 lines):

diff -r 024f5112186d -r f349621599f6 lang/tcl-otcl/Makefile
--- a/lang/tcl-otcl/Makefile    Sat Jan 31 22:57:01 2004 +0000
+++ b/lang/tcl-otcl/Makefile    Sat Jan 31 23:04:42 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/12/05 20:22:58 kristerw Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/31 23:04:42 xtraeme Exp $
 
 DISTNAME=      otcl-1.0a8
 PKGNAME=       tcl-${DISTNAME:S/a/rc/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/}
 
diff -r 024f5112186d -r f349621599f6 lang/tcl-otcl/PLIST
--- a/lang/tcl-otcl/PLIST       Sat Jan 31 22:57:01 2004 +0000
+++ b/lang/tcl-otcl/PLIST       Sat Jan 31 23:04:42 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 09:57:34 seb Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/01/31 23:04:42 xtraeme Exp $
 bin/otclsh
 bin/owish
 include/otcl.h
@@ -15,4 +15,6 @@
 share/doc/html/tcl/otcl/tutorial.html
 share/doc/tcl/otcl/otcl-paper.ps.gz
 @dirrm share/doc/tcl/otcl
+@unexec ${RMDIR} %D/share/doc/tcl 2>/dev/null || ${TRUE}
 @dirrm share/doc/html/tcl/otcl
+@unexec ${RMDIR} %D/share/doc/html/tcl 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index