From e9e322cf8de29a08dd264a96906607368b157da8 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 8 Apr 2015 11:29:32 +0000 Subject: ${SED} -i.bak is better spelled as ${REINPLACE_CMD} Submitted by: danfe --- net-mgmt/nagios-check_postgres/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/nagios-check_postgres') 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 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} -- cgit v1.2.3