diff options
-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} |