diff options
author | kim <kim@pkgsrc.org> | 2002-12-24 09:04:12 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-12-24 09:04:12 +0000 |
commit | 0b75b6bd5c6018b2aacebe093de74534ed5bb3a3 (patch) | |
tree | afb2a68198b1825abc5906181ccc9f76bc26788f /mail/elm-me | |
parent | 4ccf97627b8ec7672e3f58e8c80e10fc0c7f1777 (diff) | |
download | pkgsrc-0b75b6bd5c6018b2aacebe093de74534ed5bb3a3.tar.gz |
More ${TOUCH}ing to make this compile again.
Fixes PR pkg/19463.
Diffstat (limited to 'mail/elm-me')
-rw-r--r-- | mail/elm-me/Makefile | 4 |
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" |