diff options
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/pkg-descr | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 21f4181d6ff1..486279437682 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -29,9 +29,6 @@ CONFLICTS_INSTALL= cacti88 post-patch: @${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h -do-build: - @cd ${WRKSRC}; ${MAKE} - post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/spine.conf.dist ${STAGEDIR}${PREFIX}/etc/spine.conf.sample diff --git a/net-mgmt/cacti-spine/pkg-descr b/net-mgmt/cacti-spine/pkg-descr index 16bfda6f3061..8579e31bb7e6 100644 --- a/net-mgmt/cacti-spine/pkg-descr +++ b/net-mgmt/cacti-spine/pkg-descr @@ -3,7 +3,7 @@ possible. For this reason it is written in native C, makes use of POSIX threads, and is linked directly against the net-snmp library for minimal SNMP polling overhead. -It's a replacement for the default 'poller.php' script, so you must +It's a replacement for the default 'poller.php' script, so you must decide if using Spine makes sense for your installation. -WWW: http://cacti.net/spine_info.php +WWW: https://cacti.net/spine_info.php |