summaryrefslogtreecommitdiff
path: root/lang/tk-expect
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-01 14:12:15 +0000
committerrh <rh@pkgsrc.org>2000-10-01 14:12:15 +0000
commit57bf77858112c17dacd00a3ab7c04f39489e6d46 (patch)
treea2cdc523c2fad3d557b273720b04cf1f5970f6e4 /lang/tk-expect
parent0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434 (diff)
downloadpkgsrc-57bf77858112c17dacd00a3ab7c04f39489e6d46.tar.gz
Fix datestamp problem by touching configure in pre-configure.
Diffstat (limited to 'lang/tk-expect')
-rw-r--r--lang/tk-expect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
index f5cbb904409..d7e73083d1d 100644
--- a/lang/tk-expect/Makefile
+++ b/lang/tk-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/09/05 18:21:13 jwise Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/01 14:12:15 rh Exp $
#
DISTNAME= expect
@@ -28,6 +28,9 @@ CONFIGURE_ARGS= --enable-shared \
.include "../../mk/bsd.prefs.mk"
+pre-configure:
+ cd ${WRKSRC} && ${TOUCH} configure
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1