summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-01 14:06:22 +0000
committerrh <rh@pkgsrc.org>2000-10-01 14:06:22 +0000
commit0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434 (patch)
tree7085ca37c19b8510737f1f39b55bc395f48ecaed /lang/tcl-expect/Makefile
parenta6361d0a69ad0445a5bd51aedec3b56bb927a5c1 (diff)
downloadpkgsrc-0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434.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)