svn commit: r383563 - head/net-mgmt/nagios-check_postgres

Matthew Seaman matthew at FreeBSD.org
Wed Apr 8 11:29:33 UTC 2015


Author: matthew
Date: Wed Apr  8 11:29:32 2015
New Revision: 383563
URL: https://svnweb.freebsd.org/changeset/ports/383563

Log:
  ${SED} -i.bak is better spelled as ${REINPLACE_CMD}
  
  Submitted by:	danfe

Modified:
  head/net-mgmt/nagios-check_postgres/Makefile

Modified: head/net-mgmt/nagios-check_postgres/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_postgres/Makefile	Wed Apr  8 11:18:19 2015	(r383562)
+++ head/net-mgmt/nagios-check_postgres/Makefile	Wed Apr  8 11:29:32 2015	(r383563)
@@ -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}


More information about the svn-ports-all mailing list