summaryrefslogtreecommitdiff
path: root/benchmarks/netperf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-20 01:59:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-20 01:59:27 +0000
commitef75a40328fed4fc3da8e4e222e3b875db429cd1 (patch)
tree865a69b47d99d42c6601e807aa570a6acee6ab43 /benchmarks/netperf
parentUpgraded to imm 3.5a1 . This port is no longer BROKEN. (diff)
mkdir --> ${MKDIR}
cp --> ${CP} rm --> ${RM}
Notes
Notes: svn path=/head/; revision=4601
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r--benchmarks/netperf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index 43a0afafb601..12bf69b7256e 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 July 1996
# Whom: koshy
#
-# $Id: Makefile,v 1.2 1996/08/04 08:46:07 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:22:01 asami Exp $
#
DISTNAME= netperf-2.1pl1
@@ -19,11 +19,11 @@ MAN1= netperf.1 netserver.1
post-install:
strip ${PREFIX}/netperf/netperf
strip ${PREFIX}/netperf/netserver
- cp ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
- cp ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
+ ${CP} ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
+ ${CP} ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
.if !defined(NOPORTDOCS)
- mkdir -p ${PREFIX}/share/doc/netperf
- cp ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf
+ ${MKDIR} ${PREFIX}/share/doc/netperf
+ ${CP} ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf
gzip -9nf ${PREFIX}/share/doc/netperf/netperf.ps
.endif