From 5e476c009d31141413268ca9bd685e897c3177bb Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 30 Dec 2013 13:39:47 +0000 Subject: [PATCH] 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. --- sysutils/multitail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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