summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-03 13:42:00 +0000
committerwiz <wiz@pkgsrc.org>2002-01-03 13:42:00 +0000
commita1f27471760f17450442b7523dfbf387bbfe88b7 (patch)
treed915347e1984b31e34c0842c3415d18943eb3c36 /lang/tcl-expect/Makefile
parent902ae2328e7e49a25e7ccf56c89b3126242558c6 (diff)
downloadpkgsrc-a1f27471760f17450442b7523dfbf387bbfe88b7.tar.gz
Remove badly written up-to-date check for configure that clashes with our
current touch procedure in bsd.pkg.mk.
Diffstat (limited to 'lang/tcl-expect/Makefile')
-rw-r--r--lang/tcl-expect/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index d8c64b69a65..08e739b6a14 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/10/25 22:21:52 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/03 13:42:00 wiz Exp $
#
DISTNAME= expect-5.33.0
@@ -22,11 +22,6 @@ CONFIGURE_ARGS= --enable-shared \
--with-tclinclude=${PREFIX}/include/tcl \
--without-x
-.include "../../mk/bsd.prefs.mk"
-
-pre-configure:
- cd ${WRKSRC} && ${TOUCH} configure
-
test:
@(cd ${WRKSRC}; ${MAKE} test)