diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/tcl-expect | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl-expect/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 66e76efeaf9..27eb7cf214b 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/24 18:44:58 he Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:34 agc Exp $ # DISTNAME= expect @@ -8,6 +8,7 @@ MASTER_SITES= http://expect.nist.gov/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ +COMMENT= extensions to Tcl to support scripting of interactive programs DEPENDS+= tcl>=8.3.2:../../lang/tcl diff --git a/lang/tcl-expect/pkg/COMMENT b/lang/tcl-expect/pkg/COMMENT deleted file mode 100644 index 0a98458d545..00000000000 --- a/lang/tcl-expect/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -extensions to Tcl to support scripting of interactive programs |