aboutsummaryrefslogtreecommitdiffstats
path: root/databases/innotop/Makefile
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2010-07-14 05:44:34 +0800
committerskreuzer <skreuzer@FreeBSD.org>2010-07-14 05:44:34 +0800
commitcfca9dbc8f656b2229ae867e59f513f9bcee0483 (patch)
tree0e4c871ed7f61f371ce0468634173f932218b29d /databases/innotop/Makefile
parentb0c380cdcd3e2c6e6c21dbbf55a63946b5e624c2 (diff)
downloadfreebsd-ports-gnome-cfca9dbc8f656b2229ae867e59f513f9bcee0483.tar.gz
freebsd-ports-gnome-cfca9dbc8f656b2229ae867e59f513f9bcee0483.tar.zst
freebsd-ports-gnome-cfca9dbc8f656b2229ae867e59f513f9bcee0483.zip
Make PREFIX/etc the default location for innotop.conf
PR: ports/148469 Submitted by: Ralf Gebhart <gebhart@secnetix.de>
Diffstat (limited to 'databases/innotop/Makefile')
-rw-r--r--databases/innotop/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk>