mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/cacti-spine: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
40c15ef65f
commit
43ea38e8d6
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= spine
|
||||
PORTVERSION= 1.2.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/
|
||||
DISTNAME= cacti-${PORTNAME}-${PORTVERSION}
|
||||
|
@ -15,7 +16,8 @@ BUILD_DEPENDS= help2man:misc/help2man
|
|||
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
|
||||
libpkg.so:${PKG_ORIGIN}
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
|
||||
CPPFLAGS+= `net-snmp-config --cflags`
|
||||
LDFLAGS+= `net-snmp-config --libs` -lexecinfo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/spine
|
||||
@sample etc/spine.conf.sample
|
||||
man/man1/spine.1.gz
|
||||
share/man/man1/spine.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue