From 29d9417b39648d929466c624aa05f4c3abea1911 Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 25 Oct 2001 22:21:52 +0000 Subject: 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)... --- lang/tk-expect/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lang/tk-expect') 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 -- cgit v1.2.3