diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
commit | 5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch) | |
tree | e28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /mail/ifile | |
parent | 69153696b9e73f3a328c9e20da06591b85766611 (diff) | |
download | ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.tar.gz ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.zip |
Notes
Diffstat (limited to 'mail/ifile')
-rw-r--r-- | mail/ifile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 51aa5f0ac633..8abf20c40095 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -12,13 +12,14 @@ MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ MAINTAINER= david+ports@bushong.net +USE_REINPLACE= yes 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} + @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file} .endfor .include <bsd.port.mk> |