aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/nttcp/Makefile')
-rw-r--r--benchmarks/nttcp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 6930d90b188f..644d8564d6f5 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,8 +1,6 @@
-# Created by: Bill Fumerola <billf@chc-chimes.com>
-
PORTNAME= nttcp
PORTVERSION= 1.47
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= benchmarks net
MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \
LOCAL/martymac
@@ -21,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>