diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-25 22:21:52 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-25 22:21:52 +0000 |
commit | 29d9417b39648d929466c624aa05f4c3abea1911 (patch) | |
tree | 1ca7d5551ec4af4aed0911c2f2e1c355d83ad182 /lang/tk-expect | |
parent | 6b56087a7a70a6384b1e9cb82bac9bce1abac8ad (diff) | |
download | pkgsrc-29d9417b39648d929466c624aa05f4c3abea1911.tar.gz |
a.) use version-numbered tarball, which is now available. Pointed out by
David Maxwell (david@netbsd.org)
b.) correct version number. The preferred form is 5.33.0 (not 5.33)...
Diffstat (limited to 'lang/tk-expect')
-rw-r--r-- | lang/tk-expect/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 27fcc0c1207..716673f469d 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.9 2001/10/24 23:40:03 jwise Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/25 22:21:53 jwise Exp $ # -DISTNAME= expect -PKGNAME= tk-expect-5.33 +DISTNAME= expect-5.33.0 +PKGNAME= tk-expect-5.33.0 CATEGORIES= lang -MASTER_SITES= http://expect.nist.gov/ +MASTER_SITES= http://expect.nist.gov/src/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ COMMENT= tcl interpreter with both the expect and tk extensions built in DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= tcl-expect-5.33:../../lang/tcl-expect +DEPENDS+= tcl-expect-5.33.0:../../lang/tcl-expect WRKSRC= ${WRKDIR}/expect-5.33 -DIST_SUBDIR= expect-5.33 DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches |