Skip to content

Commit

Permalink
benchmarks/sipp: 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 74421a5 commit 1c18d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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}/

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c18d54

Please sign in to comment.