diff options
author | rh <rh> | 2000-10-01 14:12:15 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-01 14:12:15 +0000 |
commit | 5eeb19e3a05027bec49dc074f6fc82b557d8b9d7 (patch) | |
tree | a2cdc523c2fad3d557b273720b04cf1f5970f6e4 /lang | |
parent | 51de45c468f6d2c5c3d9fc5413514e86bb755558 (diff) | |
download | pkgsrc-5eeb19e3a05027bec49dc074f6fc82b557d8b9d7.tar.gz |
Fix datestamp problem by touching configure in pre-configure.
Diffstat (limited to 'lang')
-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 |