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 | |
parent | 02370bae7af618f34f1e1d7f36374d388ce51378 (diff) | |
download | ports-e9e322cf8de29a08dd264a96906607368b157da8.tar.gz ports-e9e322cf8de29a08dd264a96906607368b157da8.zip |
${SED} -i.bak is better spelled as ${REINPLACE_CMD}
Submitted by: danfe
Notes
Notes:
svn path=/head/; revision=383563
Diffstat (limited to 'net-mgmt')
-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} |