From 5019ffc91bcd2ad26cf4702f15841eafc984d4b0 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 4 Nov 2002 22:57:37 +0000 Subject: Half of these ones missed yesterday while converting to USE_REINPLACE. The other half needs perl to build. Noticed on bento and others (full mailbox :-) --- mail/bsmtp/Makefile | 2 +- mail/ifile/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index edeb0859c2b2..4733104b1f6d 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ MAINTAINER= naddy@FreeBSD.org -USE_PERL= yes +USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --redo 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 -- cgit v1.2.3