mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/bpft: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b5b2b6b997
commit
e2216da9e7
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= bpft
|
PORTNAME= bpft
|
||||||
PORTVERSION= 4.20040506
|
PORTVERSION= 4.20040506
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/${PORTNAME}4/${PORTNAME}4/${PORTNAME}4-snapshot
|
MASTER_SITES= SF/${PORTNAME}4/${PORTNAME}4/${PORTNAME}4-snapshot
|
||||||
DISTNAME= ${PORTNAME}4-2004-05-06
|
DISTNAME= ${PORTNAME}4-2004-05-06
|
||||||
|
@ -16,8 +16,10 @@ CONFLICTS= trafd-3.0.*
|
||||||
|
|
||||||
USES= ncurses tar:tgz
|
USES= ncurses tar:tgz
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
MAKE_ARGS= INSTALL_FILE="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
MAKE_ARGS= INSTALL_FILE="${INSTALL_DATA}" \
|
||||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||||
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||||
|
PREFIX_MANPAGES="${PREFIX}/share/man/man"
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
|
@ -6,12 +6,12 @@ bin/trafstat
|
||||||
bin/trafstop
|
bin/trafstop
|
||||||
etc/rc.d/trafd.sh
|
etc/rc.d/trafd.sh
|
||||||
etc/traflog.format
|
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/trafd
|
||||||
sbin/trafstatd
|
sbin/trafstatd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/WhatsNew
|
%%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
|
@dir var/bpft
|
||||||
|
|
Loading…
Add table
Reference in a new issue