diff options
-rw-r--r-- | mail/ifile/Makefile | 7 | ||||
-rw-r--r-- | mail/ifile/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 505acbcfa7d5..51aa5f0ac633 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.0.11 +PORTVERSION= 1.1.4 CATEGORIES= mail textproc MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ @@ -16,4 +16,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ifile.1 +post-patch: +.for file in argp-help.c strndup.c + @${PERL} -pi -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file} +.endfor + .include <bsd.port.mk> diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 7c9cc4b50d90..41c802d24376 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1 @@ -MD5 (ifile-1.0.11.tar.gz) = 62b783da6e129682551ccf47198be4ea +MD5 (ifile-1.1.4.tar.gz) = 05934021cb36b33c4100b31b922e8781 |