summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch)
tree664d2ba6932861fa84d22c638a1035a3fcd6a962 /mail
parent8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff)
downloadFreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip
FreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz
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 :-)
Diffstat (limited to 'mail')
-rw-r--r--mail/bsmtp/Makefile2
-rw-r--r--mail/ifile/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile
index edeb085..4733104 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 51aa5f0..8abf20c 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>
OpenPOWER on IntegriCloud