summaryrefslogtreecommitdiff
path: root/lang/tcl-otcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl-otcl/Makefile')
-rw-r--r--lang/tcl-otcl/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile
index bebdcf5e650..f1bbb9338b2 100644
--- a/lang/tcl-otcl/Makefile
+++ b/lang/tcl-otcl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2005/12/05 20:50:28 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/01/27 01:18:19 minskim Exp $
-DISTNAME= otcl-1.9
+DISTNAME= otcl-1.11
PKGNAME= tcl-${DISTNAME}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/}
@@ -20,10 +20,8 @@ CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}
CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl/generic
-HTMLDOCS= CHANGES.html autoload.html capi.html class.html object.html \
- tutorial.html
-DOCS= otcl-paper.ps.gz
-HTMLDOCDIR= ${PREFIX}/share/doc/html/tcl/otcl
+DOCS= autoload.html capi.html class.html object.html \
+ tutorial.html otcl-paper.ps.gz
DOCDIR= ${PREFIX}/share/doc/tcl/otcl
INSTALLATION_DIRS= bin include lib
@@ -32,11 +30,8 @@ INSTALLATION_DIRS= bin include lib
.include "../../x11/tk/buildlink3.mk"
post-install:
- ${INSTALL_DATA_DIR} ${HTMLDOCDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
-.for _file_ in ${HTMLDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${_file_} ${HTMLDOCDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES.html ${DOCDIR}
.for _file_ in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${_file_} ${DOCDIR}
.endfor