mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Make PREFIX/etc the default location for innotop.conf
PR: ports/148469 Submitted by: Ralf Gebhart <gebhart@secnetix.de>
This commit is contained in:
parent
206bbc8bff
commit
e43e99ec48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257731
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= innotop
|
PORTNAME= innotop
|
||||||
PORTVERSION= 1.7.2
|
PORTVERSION= 1.7.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
|
@ -22,4 +22,7 @@ PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN1= innotop.1
|
MAN1= innotop.1
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue