diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 23:04:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 23:04:42 +0000 |
commit | f7e29a034deb883dee4068e47bb551d874cb764d (patch) | |
tree | b68383da2fe7c9cb1590c091be7c819d995a5e29 /lang/tcl-otcl | |
parent | e13c7c0b3faef24d36b87de86d4dc2a0a96984e6 (diff) | |
download | pkgsrc-f7e29a034deb883dee4068e47bb551d874cb764d.tar.gz |
Add two missing directories when removing the package, reported by
Min Sik Kim in PR pkg/24225.
Bump PKGREVISION.
Diffstat (limited to 'lang/tcl-otcl')
-rw-r--r-- | lang/tcl-otcl/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl-otcl/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 426a46115e6..e5c531e1f2e 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -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 --git a/lang/tcl-otcl/PLIST b/lang/tcl-otcl/PLIST index c8409d2e607..49a5d2b1cad 100644 --- a/lang/tcl-otcl/PLIST +++ b/lang/tcl-otcl/PLIST @@ -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/object.html 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} |