aboutsummaryrefslogtreecommitdiff
path: root/mail/tlb
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
commitb47325edb2d93a726b151ae81f7ecd3c183f0565 (patch)
treeaf6266e338105f6caa968f90afd0c4e98288d6f5 /mail/tlb
parent413424ee99f55dc8d1d442dfc594daa157055a7b (diff)
downloadports-b47325edb2d93a726b151ae81f7ecd3c183f0565.tar.gz
ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.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@)
Notes
Notes: svn path=/head/; revision=323795
Diffstat (limited to 'mail/tlb')
-rw-r--r--mail/tlb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile
index 29b34feb2f4b..55707c2d0d4c 100644
--- a/mail/tlb/Makefile
+++ b/mail/tlb/Makefile
@@ -29,7 +29,7 @@ perl_OLD_CMD= /usr/local/bin/perl5
pre-patch:
.for f in ${FIXPREFIX}
- @${PERL} -pi -e "s@/usr/lib/sendmail@/usr/sbin/sendmail@g" ${WRKSRC}/${f}
+ @${REINPLACE_CMD} -i '' -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' ${WRKSRC}/${f}
.endfor
do-install: