summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim>2002-12-24 09:04:12 +0000
committerkim <kim>2002-12-24 09:04:12 +0000
commita578286b7893d201c2ed1a9a6f58400b09cda9ae (patch)
treeafb2a68198b1825abc5906181ccc9f76bc26788f /mail
parentb38a76762688a72766e30454cec8969d6423fc8e (diff)
downloadpkgsrc-a578286b7893d201c2ed1a9a6f58400b09cda9ae.tar.gz
More ${TOUCH}ing to make this compile again.
Fixes PR pkg/19463.
Diffstat (limited to 'mail')
-rw-r--r--mail/elm-me/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile
index 91c55f0f0eb..2224d1bd1db 100644
--- a/mail/elm-me/Makefile
+++ b/mail/elm-me/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/10/23 00:07:07 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/12/24 09:04:12 kim Exp $
# FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp
#
@@ -39,6 +39,8 @@ post-install:
post-configure:
${TOUCH} ${WRKSRC}/config.sh
${TOUCH} ${WRKSRC}/config.h
+ ${TOUCH} ${WRKSRC}/Makefile
+ ${TOUCH} ${WRKSRC}/*/Makefile
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"