mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/super_mediator: Move man pages to share/man
Also fix build with MYSQL option disabled while here. Approved by: portmgr (blanket)
This commit is contained in:
parent
bd93dd42f9
commit
c0c4fe9dad
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= super_mediator
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://tools.netsa.cert.org/releases/
|
||||
|
||||
|
@ -18,11 +18,13 @@ USES= compiler:c11 gnome libtool pathfix perl5 pkgconfig ssl
|
|||
USE_GNOME= glib20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
INSTALL_TARGET= install-strip
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
OPTIONS_DEFINE= SPREAD MYSQL SKIPSET
|
||||
OPTIONS_DEFAULT= MYSQL SKIPSET
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
MYSQL_DESC= Enable SuperMediator to directly write into MySQL
|
||||
SKIPSET_DESC= Enable SiLK IPSET files for filtering
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
man/man1/super_mediator.conf.1.gz
|
||||
man/man1/super_table_creator.1.gz
|
||||
man/man1/super_mediator.1.gz
|
||||
bin/super_table_creator
|
||||
bin/super_mediator
|
||||
%%MYSQL%%bin/super_table_creator
|
||||
@sample etc/super_mediator.conf.sample
|
||||
share/man/man1/super_mediator.conf.1.gz
|
||||
share/man/man1/super_table_creator.1.gz
|
||||
share/man/man1/super_mediator.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue