diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-29 12:23:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-29 12:23:44 +0000 |
commit | 8b58df53216305ad132c68fa48edfce08bd86ef3 (patch) | |
tree | 9d68519e9122f03f013c49418d991d67a46667ef /lang/tk-expect/Makefile | |
parent | b74004354c9cddcc02a318ea2ce82ab45e9f8e27 (diff) | |
download | pkgsrc-8b58df53216305ad132c68fa48edfce08bd86ef3.tar.gz |
Use distinfo from tcl-expect.
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r-- | lang/tk-expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 30eb032a226..b1f356c8473 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/05/05 19:51:15 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/29 12:23:44 wiz Exp $ # DISTNAME= expect @@ -16,7 +16,7 @@ DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect WRKSRC= ${WRKDIR}/expect-5.32 DIST_SUBDIR= expect-5.32.1 -FILESDIR= ${.CURDIR}/../../lang/tcl-expect/files +DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches GNU_CONFIGURE= yes |