diff options
author | az <az@FreeBSD.org> | 2013-07-26 13:33:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-26 13:33:51 +0800 |
commit | c1e6f9b1282b29ade869dbab3f1768fbcc2443a6 (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /mail/p5-Mail-Audit | |
parent | d52530844c122dbe12c5c32217f4ffdae83fe830 (diff) | |
download | freebsd-ports-gnome-c1e6f9b1282b29ade869dbab3f1768fbcc2443a6.tar.gz freebsd-ports-gnome-c1e6f9b1282b29ade869dbab3f1768fbcc2443a6.tar.zst freebsd-ports-gnome-c1e6f9b1282b29ade869dbab3f1768fbcc2443a6.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'mail/p5-Mail-Audit')
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index 163975ade478..fc233efec73b 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Mail-Audit -# Date created: Wed Jan 3 12:31:10 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Mail-Audit PORTVERSION= 2.2.27 @@ -37,7 +33,8 @@ PORTDOCS= Changes FAQ README PORTEXAMPLES= popread proc2ma post-patch: - @${PERL} -pi -e 's,/var/spool/mail,/var/mail,g' ${WRKSRC}/lib/Mail/Audit.pm + @${REINPLACE_CMD} -i '' -e 's|/var/spool/mail|/var/mail|g' \ + ${WRKSRC}/lib/Mail/Audit.pm post-install: .if !defined(NOPORTDOCS) |