aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 11:58:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:03:01 +0000
commit9d81da9e2bc01ce13fd0d616b77cf9a818c769b1 (patch)
tree744d3fe5fa72603a97552b898cf15bb8215dfc94
parentc7d22bd5fadf665cfaf9573bbeb1cea148772405 (diff)
downloadports-9d81da9e2bc01ce13fd0d616b77cf9a818c769b1.tar.gz
ports-9d81da9e2bc01ce13fd0d616b77cf9a818c769b1.zip
benchmarks/flowgrind: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--benchmarks/flowgrind/Makefile3
-rw-r--r--benchmarks/flowgrind/pkg-plist6
2 files changed, 5 insertions, 4 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 12fd76dc011f..47978a962d0e 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -1,7 +1,7 @@
PORTNAME= flowgrind
PORTVERSION= 0.8.2
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= benchmarks
MAINTAINER= dbaio@FreeBSD.org
@@ -23,6 +23,7 @@ USES= autoreconf ssl
USE_GITHUB= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
.include <bsd.port.mk>
diff --git a/benchmarks/flowgrind/pkg-plist b/benchmarks/flowgrind/pkg-plist
index d3bd5e90e14f..5e018cccc0f0 100644
--- a/benchmarks/flowgrind/pkg-plist
+++ b/benchmarks/flowgrind/pkg-plist
@@ -1,6 +1,6 @@
bin/flowgrind
bin/flowgrind-stop
sbin/flowgrindd
-man/man1/flowgrind-stop.1.gz
-man/man1/flowgrind.1.gz
-man/man1/flowgrindd.1.gz
+share/man/man1/flowgrind-stop.1.gz
+share/man/man1/flowgrind.1.gz
+share/man/man1/flowgrindd.1.gz