diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:30:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:30:38 +0000 |
commit | 6ea59d3fdbbf9abdda8028e484d5ec1ddb76ddbb (patch) | |
tree | 90c66f34db07d1ff21a240c9065c048c5729a992 /mail/ifile/Makefile | |
parent | 612e55eaf99a56937a2b344d3302f9f285d30468 (diff) |
upgrade to 1.0.11
PR: 42711
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=66756
Diffstat (limited to 'mail/ifile/Makefile')
-rw-r--r-- | mail/ifile/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 991409535538..505acbcfa7d5 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.11 CATEGORIES= mail textproc MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ @@ -14,10 +14,6 @@ MAINTAINER= david+ports@bushong.net USE_GMAKE= yes GNU_CONFIGURE= yes - -post-patch: -.for file in argp-help.c strndup.c - @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/argp/${file} -.endfor +MAN1= ifile.1 .include <bsd.port.mk> |