Skip to content

Commit

Permalink
net-mgmt/bpft: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent b5b2b6b commit e2216da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions net-mgmt/bpft/Makefile
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions net-mgmt/bpft/pkg-plist
Expand Up @@ -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

0 comments on commit e2216da

Please sign in to comment.