Move class(n) to tclOO-class.n so as to not conflict with tcl-itcl (as

discussed on list).
This commit is contained in:
Blue Rats 2012-12-30 03:11:43 +00:00 committed by Thomas Klausner
parent f5304dc318
commit b3bf4ecee7
3 changed files with 13 additions and 3 deletions

7
tcl-tclOO/MESSAGE Normal file
View file

@ -0,0 +1,7 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2012/12/30 03:11:43 othyro Exp $
The class(n) man page has been moved to tclOO-class(n) as to not conflict
with tcl-itcl.
===========================================================================

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/31 20:12:40 othyro Exp $
# $NetBSD: Makefile,v 1.6 2012/12/30 03:11:43 othyro Exp $
#
DISTNAME= TclOO0.6
@ -13,5 +13,8 @@ LICENSE= 2-clause-bsd # ?
GNU_CONFIGURE= yes
pre-install:
${MV} ${WRKSRC}/doc/class.n ${WRKSRC}/doc/tclOO-class.n
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2010/10/20 14:52:25 othyro Exp $
@comment $NetBSD: PLIST,v 1.3 2012/12/30 03:11:43 othyro Exp $
include/tclOO.h
include/tclOODecls.h
include/tclOOInt.h
@ -9,7 +9,7 @@ lib/TclOO${PKGVERSION}/pkgIndex.tcl
lib/TclOO${PKGVERSION}/tclooConfig.sh
man/man3/Class.3
man/man3/Method.3
man/mann/class.n
man/mann/tclOO-class.n
man/mann/copy.n
man/mann/define.n
man/mann/my.n