mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
ntopng is a new generation flexible and feature-rich tool for monitoring and troubleshooting local area networks. It provides command line and web interfaces, the latter via an embedded web server. ntop is based on libpcap. WWW: http://www.ntop.org/products/ntop/
11 lines
537 B
Bash
11 lines
537 B
Bash
--- autogen.sh.orig 2016-05-05 13:23:53 UTC
|
|
+++ autogen.sh
|
|
@@ -30,8 +30,3 @@ fi
|
|
cat configure.seed | sed "s/@VERSION@/$VERSION/g" | sed "s/@SHORT_VERSION@/$SHORT_VERSION/g" | sed "s/@GIT_TAG@/$GIT_TAG/g" | sed "s/@GIT_DATE@/$GIT_DATE/g" | sed "s/@GIT_RELEASE@/$GIT_RELEASE/g" | sed "s/@GIT_BRANCH@/$GIT_BRANCH/g" | sed "s/@PRO_GIT_RELEASE@/$PRO_GIT_RELEASE/g" | sed "s/@PRO_GIT_DATE@/$PRO_GIT_DATE/g" > configure.ac
|
|
|
|
/bin/rm -f config.h config.h.in *~ #*
|
|
-
|
|
-echo "Wait please..."
|
|
-autoreconf -if
|
|
-echo ""
|
|
-echo "Now run ./configure"
|