aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 10:49:47 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 10:49:47 +0800
commitd6d671f8b811d411ea5d77e72a6f0a75fd334e57 (patch)
tree2fa54535027aea854f66712567cea5da24222fcb
parentce01cce771e7326ce748058e9bcd80214cb3c547 (diff)
downloadfreebsd-ports-gnome-d6d671f8b811d411ea5d77e72a6f0a75fd334e57.tar.gz
freebsd-ports-gnome-d6d671f8b811d411ea5d77e72a6f0a75fd334e57.tar.zst
freebsd-ports-gnome-d6d671f8b811d411ea5d77e72a6f0a75fd334e57.zip
(I can't work out how to replace that PERL RE to a SED RE -> USE_PERL5=yes)
Noticed on: bento
-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