1
0
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:
Matthew Seaman 2015-04-08 11:29:32 +00:00
parent 02370bae7a
commit e9e322cf8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383563

View File

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