diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-26 17:01:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-26 17:01:06 +0800 |
commit | c180c404e38c5adb4498a75bbfcd0f8e8d73041e (patch) | |
tree | 51eabb8a0e221852e473e0f27f12d6a20a7861e4 /net-mgmt | |
parent | 63f9215b379c3fa62762ac2543e50b27d3daf17f (diff) | |
download | freebsd-ports-gnome-c180c404e38c5adb4498a75bbfcd0f8e8d73041e.tar.gz freebsd-ports-gnome-c180c404e38c5adb4498a75bbfcd0f8e8d73041e.tar.zst freebsd-ports-gnome-c180c404e38c5adb4498a75bbfcd0f8e8d73041e.zip |
- Don't needlessly redefine do-build
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt')
-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 |