mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -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
|
PORTNAME= spine
|
||||||
PORTVERSION= 1.2.26
|
PORTVERSION= 1.2.26
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/
|
MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/
|
||||||
DISTNAME= cacti-${PORTNAME}-${PORTVERSION}
|
DISTNAME= cacti-${PORTNAME}-${PORTVERSION}
|
||||||
|
@ -15,7 +16,8 @@ BUILD_DEPENDS= help2man:misc/help2man
|
||||||
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
|
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
|
||||||
libpkg.so:${PKG_ORIGIN}
|
libpkg.so:${PKG_ORIGIN}
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
|
||||||
CPPFLAGS+= `net-snmp-config --cflags`
|
CPPFLAGS+= `net-snmp-config --cflags`
|
||||||
LDFLAGS+= `net-snmp-config --libs` -lexecinfo
|
LDFLAGS+= `net-snmp-config --libs` -lexecinfo
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
bin/spine
|
bin/spine
|
||||||
@sample etc/spine.conf.sample
|
@sample etc/spine.conf.sample
|
||||||
man/man1/spine.1.gz
|
share/man/man1/spine.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue