summaryrefslogtreecommitdiff
path: root/lang/tk-expect/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2001-10-25 22:21:52 +0000
committerjwise <jwise>2001-10-25 22:21:52 +0000
commitdf0a758f7e7bf14b295719e3b8336a2ec7a38bbc (patch)
tree1ca7d5551ec4af4aed0911c2f2e1c355d83ad182 /lang/tk-expect/Makefile
parent174eb568d6fc8053f235540b7512b862f920a137 (diff)
downloadpkgsrc-df0a758f7e7bf14b295719e3b8336a2ec7a38bbc.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/Makefile')
-rw-r--r--lang/tk-expect/Makefile11
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