Skip to content

Commit

Permalink
benchmarks/netperf: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent d284d24 commit 62f9b2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion benchmarks/netperf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netperf
PORTVERSION= 2.7.1.p20210121
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= benchmarks

MAINTAINER= marius@FreeBSD.org
Expand All @@ -25,6 +25,7 @@ SOCKETS_DESC= Enable Unix Domain socket support

USE_CSTD= gnu89
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-burst --enable-demo --enable-dirty --enable-intervals
CFLAGS+= -fcommon

Expand Down
4 changes: 2 additions & 2 deletions benchmarks/netperf/pkg-plist
@@ -1,7 +1,7 @@
bin/netperf
bin/netserver
man/man1/netperf.1.gz
man/man1/netserver.1.gz
share/man/man1/netperf.1.gz
share/man/man1/netserver.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arr_script
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bloat.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/find_max_burst.sh
Expand Down

0 comments on commit 62f9b2b

Please sign in to comment.