aboutsummaryrefslogtreecommitdiff
path: root/databases/innotop
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2010-07-13 21:44:34 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2010-07-13 21:44:34 +0000
commite43e99ec48bd82b17afd5ec93a36f8fe549a44d9 (patch)
treed9dda36c0e880ff98fdfbce75ff500e7c1c116da /databases/innotop
parent206bbc8bffee5b082ebcb7e56339444be745b110 (diff)
downloadports-e43e99ec48bd82b17afd5ec93a36f8fe549a44d9.tar.gz
ports-e43e99ec48bd82b17afd5ec93a36f8fe549a44d9.zip
Notes
Diffstat (limited to 'databases/innotop')
-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>