diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 02:49:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 02:49:47 +0000 |
commit | d6d671f8b811d411ea5d77e72a6f0a75fd334e57 (patch) | |
tree | 2fa54535027aea854f66712567cea5da24222fcb /mail/courier-imap | |
parent | ce01cce771e7326ce748058e9bcd80214cb3c547 (diff) | |
download | ports-d6d671f8b811d411ea5d77e72a6f0a75fd334e57.tar.gz ports-d6d671f8b811d411ea5d77e72a6f0a75fd334e57.zip |
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 4 |
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 |