summaryrefslogtreecommitdiff
path: root/mail/elm-me
diff options
context:
space:
mode:
authorkim <kim>2002-08-13 22:10:21 +0000
committerkim <kim>2002-08-13 22:10:21 +0000
commit329eb1eba7a28e4c8a2045f8fd1dadbf93e89521 (patch)
tree4ebadecbb037b6f88bacfd4e94511bd5adea45bb /mail/elm-me
parent4f2af6b00f3c24bfa9f770695be4f1effa19ec6e (diff)
downloadpkgsrc-329eb1eba7a28e4c8a2045f8fd1dadbf93e89521.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/Makefile6
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"