diff options
author | sat <sat@FreeBSD.org> | 2007-07-07 22:54:12 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-07 22:54:12 +0800 |
commit | c10ea178c12adf2344fb1e008e4c0c78171e8dcc (patch) | |
tree | c84b33f89e74f47a1232cac3eaeba97a059bf653 /net-mgmt | |
parent | 6948c461400fa57d34910674280c0351b327a482 (diff) | |
download | freebsd-ports-gnome-c10ea178c12adf2344fb1e008e4c0c78171e8dcc.tar.gz freebsd-ports-gnome-c10ea178c12adf2344fb1e008e4c0c78171e8dcc.tar.zst freebsd-ports-gnome-c10ea178c12adf2344fb1e008e4c0c78171e8dcc.zip |
- Don't install a reinplace_cmd left-over
Reported by: pointyhat via pav
Pointy hat to: sat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 9bd3b32e7bd0..f4763ca2c959 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -67,7 +67,7 @@ post-patch: @${FIND} ${WRKSRC}/src/ -type f|${XARGS} \ ${REINPLACE_CMD} -Ee 's|(/etc/zabbix)|${PREFIX}\1|;s|/usr/sbin|${LOCALBASE}/sbin|' @${REINPLACE_CMD} -e '/test.*rf/s|-rf|-f|;/LDFLAGS/s|-static||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^SDI.*pg_connection_string/d' ${WRKSRC}/frontends/php/include/db.inc.php + @${REINPLACE_CMD} -i '' -e '/^SDI.*pg_connection_string/d' ${WRKSRC}/frontends/php/include/db.inc.php .ifdef WITHOUT_FPING @${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/zabbix_server.conf .endif diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 9bd3b32e7bd0..f4763ca2c959 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -67,7 +67,7 @@ post-patch: @${FIND} ${WRKSRC}/src/ -type f|${XARGS} \ ${REINPLACE_CMD} -Ee 's|(/etc/zabbix)|${PREFIX}\1|;s|/usr/sbin|${LOCALBASE}/sbin|' @${REINPLACE_CMD} -e '/test.*rf/s|-rf|-f|;/LDFLAGS/s|-static||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^SDI.*pg_connection_string/d' ${WRKSRC}/frontends/php/include/db.inc.php + @${REINPLACE_CMD} -i '' -e '/^SDI.*pg_connection_string/d' ${WRKSRC}/frontends/php/include/db.inc.php .ifdef WITHOUT_FPING @${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/zabbix_server.conf .endif |