diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2015-04-08 11:29:32 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2015-04-08 11:29:32 +0000 |
commit | e9e322cf8de29a08dd264a96906607368b157da8 (patch) | |
tree | 555f2a194693795b5319ea1556cbb5d5d71294d6 /net-mgmt/nagios-check_postgres | |
parent | I've had reports from colleagues of check_postgres not finding psql (diff) |
${SED} -i.bak is better spelled as ${REINPLACE_CMD}
Submitted by: danfe
Notes
Notes:
svn path=/head/; revision=383563
Diffstat (limited to 'net-mgmt/nagios-check_postgres')
-rw-r--r-- | net-mgmt/nagios-check_postgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_postgres/Makefile b/net-mgmt/nagios-check_postgres/Makefile index 7315e460d2dc..568711b573d6 100644 --- a/net-mgmt/nagios-check_postgres/Makefile +++ b/net-mgmt/nagios-check_postgres/Makefile @@ -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} |