summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 02:49:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 02:49:47 +0000
commitd6d671f8b811d411ea5d77e72a6f0a75fd334e57 (patch)
tree2fa54535027aea854f66712567cea5da24222fcb /mail
parentUpdated RE to match sed. (diff)
(I can't work out how to replace that PERL RE to a SED RE -> USE_PERL5=yes)
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69505
Diffstat (limited to 'mail')
-rw-r--r--mail/courier-imap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 76a279277224..5eca4f367e0e 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= courier
MAINTAINER= nbm@FreeBSD.org
-USE_REINPLACE= yes
+USE_PERL5= yes
GNU_CONFIGURE= YES
USE_GMAKE= YES
@@ -131,7 +131,7 @@ EXTRA_DOCS= README INSTALL AUTHORS imap/ChangeLog
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e \
+ @${PERL} -i.nbm -pe \
'm#^\timapd.cnf pop3d.cnf# && s@[ip][mo][ap][p3]d.cnf@@g;' \
${WRKSRC}/Makefile.in