aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nttcp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:15:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:16:01 +0000
commit1b819e486953bae191a4b8f0da175b55cb6c3070 (patch)
treea9eaa8ecd25eb764dc4e27a877027d0df0a52ac1 /benchmarks/nttcp
parenteadd5953495b96817fa81d9e0465583108ab227b (diff)
downloadports-1b819e486953bae191a4b8f0da175b55cb6c3070.tar.gz
ports-1b819e486953bae191a4b8f0da175b55cb6c3070.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'benchmarks/nttcp')
-rw-r--r--benchmarks/nttcp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 77c9b2acfbc2..644d8564d6f5 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nttcp
PORTVERSION= 1.47
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= benchmarks net
MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \
LOCAL/martymac
@@ -19,10 +19,10 @@ USES= gmake
MAKE_ENV+= OPT="${CFLAGS}"
NOPRECIOUSMAKEVARS=yes
-PLIST_FILES= bin/nttcp man/man1/nttcp.1.gz
+PLIST_FILES= bin/nttcp share/man/man1/nttcp.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>