mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
${SED} -i.bak is better spelled as ${REINPLACE_CMD}
Submitted by: danfe
This commit is contained in:
parent
02370bae7a
commit
e9e322cf8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383563
@ -94,7 +94,7 @@ CACTI_LINKS= dbstats
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
${SED} -i.bak -e s,%%LOCALBASE%%,${LOCALBASE}, ${WRKSRC}/check_postgres.pl
|
||||
${REINPLACE_CMD} -e s,%%LOCALBASE%%,${LOCALBASE}, ${WRKSRC}/check_postgres.pl
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MNAGIOS}
|
||||
|
Loading…
Reference in New Issue
Block a user