git: 1c18d545b2ab - main - benchmarks/sipp: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 18:25:33 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c18d545b2ab84b41782490331f8fdefe44932a5
commit 1c18d545b2ab84b41782490331f8fdefe44932a5
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 18:24:32 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 18:24:32 +0000
benchmarks/sipp: Move man pages to share/man
Approved by: portmgr (blanket)
---
benchmarks/sipp/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 9de5a3988df8..9ae2aa3a8c37 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sipp
PORTVERSION= 3.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= benchmarks net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
@@ -14,7 +14,7 @@ BUILD_DEPENDS= help2man:misc/help2man
USES= autoreconf compiler:c++11-lang gmake ncurses pkgconfig
-PLIST_FILES= bin/sipp man/man1/sipp.1.gz
+PLIST_FILES= bin/sipp share/man/man1/sipp.1.gz
GNU_CONFIGURE= yes
@@ -52,7 +52,7 @@ post-patch-PCAP-on:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/include/sipp.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/include/sipp.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-PCAP-on:
${MKDIR} ${STAGEDIR}${DATADIR}/pcap