aboutsummaryrefslogtreecommitdiff
path: root/sysutils/multitail
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-12-30 13:39:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-12-30 13:39:47 +0000
commit5e476c009d31141413268ca9bd685e897c3177bb (patch)
tree3091f1503927519c6a5ac234c9e3e5e60bac5252 /sysutils/multitail
parent357315c1f30260e5a8a9b728d46bf46fb6a9d537 (diff)
downloadports-5e476c009d31141413268ca9bd685e897c3177bb.tar.gz
ports-5e476c009d31141413268ca9bd685e897c3177bb.zip
Fixup the config file path, otherwise, it ends up trying to read it from, the
stagedir, which, from a poudriere built package would be: You can prevent this message by adding the line 'check_mail:0' in /wrkdirs/usr/ports/sysutils/multitail/work/stage/usr/local/etc/multitail.conf or in .multitailrc in your home-directory.
Notes
Notes: svn path=/head/; revision=338113
Diffstat (limited to 'sysutils/multitail')
-rw-r--r--sysutils/multitail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile
index 322288094aaf..63df9a909a47 100644
--- a/sysutils/multitail/Makefile
+++ b/sysutils/multitail/Makefile
@@ -3,6 +3,7 @@
PORTNAME= multitail
PORTVERSION= 5.2.12
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.vanheusden.com/multitail/ \
http://fossies.org/unix/privat/
@@ -23,7 +24,7 @@ PORTDOCS= readme.txt license.txt
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
+ @${REINPLACE_CMD} -e 's,$$(DESTDIR)/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
-e 's/CC=gcc/CC?=gcc/' \
${WRKSRC}/mt.c ${WRKSRC}/Makefile