mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net-mgmt/bpft: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b5b2b6b997
commit
e2216da9e7
@ -1,6 +1,6 @@
|
||||
PORTNAME= bpft
|
||||
PORTVERSION= 4.20040506
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/${PORTNAME}4/${PORTNAME}4/${PORTNAME}4-snapshot
|
||||
DISTNAME= ${PORTNAME}4-2004-05-06
|
||||
@ -16,8 +16,10 @@ CONFLICTS= trafd-3.0.*
|
||||
|
||||
USES= ncurses tar:tgz
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAKE_ARGS= INSTALL_FILE="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
MAKE_ARGS= INSTALL_FILE="${INSTALL_DATA}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
PREFIX_MANPAGES="${PREFIX}/share/man/man"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -6,12 +6,12 @@ bin/trafstat
|
||||
bin/trafstop
|
||||
etc/rc.d/trafd.sh
|
||||
etc/traflog.format
|
||||
man/man1/traflog.1.gz
|
||||
man/man1/trafstat.1.gz
|
||||
man/man8/trafd.8.gz
|
||||
man/man8/trafstatd.8.gz
|
||||
sbin/trafd
|
||||
sbin/trafstatd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/WhatsNew
|
||||
share/man/man1/traflog.1.gz
|
||||
share/man/man1/trafstat.1.gz
|
||||
share/man/man8/trafd.8.gz
|
||||
share/man/man8/trafstatd.8.gz
|
||||
@dir var/bpft
|
||||
|
Loading…
Reference in New Issue
Block a user