diff options
author | rh <rh@pkgsrc.org> | 2000-10-01 14:06:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-01 14:06:22 +0000 |
commit | 0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434 (patch) | |
tree | 7085ca37c19b8510737f1f39b55bc395f48ecaed /lang/tcl-expect | |
parent | a6361d0a69ad0445a5bd51aedec3b56bb927a5c1 (diff) | |
download | pkgsrc-0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434.tar.gz |
Fix datestamp problem by touching of configure script prior to
configuration.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile | 5 |
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) |