diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2010-07-14 05:44:34 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2010-07-14 05:44:34 +0800 |
commit | cfca9dbc8f656b2229ae867e59f513f9bcee0483 (patch) | |
tree | 0e4c871ed7f61f371ce0468634173f932218b29d /databases/innotop/Makefile | |
parent | b0c380cdcd3e2c6e6c21dbbf55a63946b5e624c2 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |