From e43e99ec48bd82b17afd5ec93a36f8fe549a44d9 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Tue, 13 Jul 2010 21:44:34 +0000 Subject: [PATCH] Make PREFIX/etc the default location for innotop.conf PR: ports/148469 Submitted by: Ralf Gebhart --- databases/innotop/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile index f946c79942bd..fea70ce7fc87 100644 --- a/databases/innotop/Makefile +++ b/databases/innotop/Makefile @@ -7,7 +7,7 @@ PORTNAME= innotop PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -22,4 +22,7 @@ PERL_CONFIGURE= yes MAN1= innotop.1 +post-patch: + @${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop + .include