summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2001-10-25 22:21:52 +0000
committerjwise <jwise@pkgsrc.org>2001-10-25 22:21:52 +0000
commit29d9417b39648d929466c624aa05f4c3abea1911 (patch)
tree1ca7d5551ec4af4aed0911c2f2e1c355d83ad182 /lang/tcl-expect/Makefile
parent6b56087a7a70a6384b1e9cb82bac9bce1abac8ad (diff)
downloadpkgsrc-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/tcl-expect/Makefile')
-rw-r--r--lang/tcl-expect/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index f6720249959..d8c64b69a65 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2001/10/24 23:40:02 jwise Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/25 22:21:52 jwise Exp $
#
-DISTNAME= expect
-PKGNAME= tcl-expect-5.33
+DISTNAME= expect-5.33.0
+PKGNAME= tcl-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/
@@ -12,10 +12,8 @@ COMMENT= extensions to Tcl to support scripting of interactive programs
DEPENDS+= tcl>=8.3.2:../../lang/tcl
-CONFLICTS+= expect-[0-9]*
-
WRKSRC= ${WRKDIR}/expect-5.33
-DIST_SUBDIR= expect-5.33
+CONFLICTS+= expect-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes