Make PREFIX/etc the default location for innotop.conf

PR:		ports/148469
Submitted by:	Ralf Gebhart <gebhart@secnetix.de>
This commit is contained in:
Steven Kreuzer 2010-07-13 21:44:34 +00:00
parent 206bbc8bff
commit e43e99ec48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257731

View file

@ -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>