diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-26 09:01:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-26 09:01:06 +0000 |
commit | 762dffbee20c8c0dc60274cbbced7f20aa41e8d9 (patch) | |
tree | 51eabb8a0e221852e473e0f27f12d6a20a7861e4 | |
parent | Routines for combinatorics. (diff) |
- Don't needlessly redefine do-build
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=446649
-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 |