summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-10-01 14:06:22 +0000
committerrh <rh>2000-10-01 14:06:22 +0000
commit51de45c468f6d2c5c3d9fc5413514e86bb755558 (patch)
tree7085ca37c19b8510737f1f39b55bc395f48ecaed /lang/tcl-expect/Makefile
parent31a78f0c7b1bb9f444785cc710b25d398491219a (diff)
downloadpkgsrc-51de45c468f6d2c5c3d9fc5413514e86bb755558.tar.gz
Fix datestamp problem by touching of configure script prior to
configuration.
Diffstat (limited to 'lang/tcl-expect/Makefile')
-rw-r--r--lang/tcl-expect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index ae950718290..56ae7c8386f 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/09/06 16:33:00 jwise Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/01 14:06:22 rh Exp $
#
DISTNAME= expect
@@ -25,6 +25,9 @@ CONFIGURE_ARGS= --enable-shared \
.include "../../mk/bsd.prefs.mk"
+pre-configure:
+ cd ${WRKSRC} && ${TOUCH} configure
+
test:
@(cd ${WRKSRC}; ${MAKE} test)