diff options
author | kim <kim@pkgsrc.org> | 2002-08-13 22:10:21 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-08-13 22:10:21 +0000 |
commit | 7bd7e72ce5d3cb32ae0c03f90c4a79dc52d7c634 (patch) | |
tree | 4ebadecbb037b6f88bacfd4e94511bd5adea45bb /mail/elm-me | |
parent | a2d49d52749f2d2d36b4e3ee0837e6e691028912 (diff) | |
download | pkgsrc-7bd7e72ce5d3cb32ae0c03f90c4a79dc52d7c634.tar.gz |
Fix timestamps in post-configure so that make will proceed to build.
Diffstat (limited to 'mail/elm-me')
-rw-r--r-- | mail/elm-me/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index fdd66c8ac17..bd7e60270ae 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:20 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/13 22:10:21 kim Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -38,5 +38,9 @@ post-install: ${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \ fi +post-configure: + ${TOUCH} ${WRKSRC}/config.sh + ${TOUCH} ${WRKSRC}/config.h + .include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |