diff options
author | rh <rh@pkgsrc.org> | 2000-10-01 14:12:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-01 14:12:15 +0000 |
commit | 57bf77858112c17dacd00a3ab7c04f39489e6d46 (patch) | |
tree | a2cdc523c2fad3d557b273720b04cf1f5970f6e4 /lang/tk-expect | |
parent | 0c0ea3352e3dfbf9683e53654ee0d45cc8f8b434 (diff) | |
download | pkgsrc-57bf77858112c17dacd00a3ab7c04f39489e6d46.tar.gz |
Fix datestamp problem by touching configure in pre-configure.
Diffstat (limited to 'lang/tk-expect')
-rw-r--r-- | lang/tk-expect/Makefile | 5 |
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 |