summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/tcl
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile3
-rw-r--r--lang/tcl/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index aaa81556724..b7b9de816e9 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/01/24 18:42:33 he Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:34 agc Exp $
#
DISTNAME= tcl8.3.2
@@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.tcltk.com/
+COMMENT= Ousterhout's Tool Command Language, a scripting language
CONFLICTS+= tclman80-*
diff --git a/lang/tcl/pkg/COMMENT b/lang/tcl/pkg/COMMENT
deleted file mode 100644
index e8cd9959369..00000000000
--- a/lang/tcl/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Ousterhout's Tool Command Language, a scripting language