diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /benchmarks/netperf | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Notes
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r-- | benchmarks/netperf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 2e5cd05277c5..43a0afafb601 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -3,27 +3,24 @@ # Date created: 19 July 1996 # Whom: koshy # -# $Id: Makefile,v 1.1.1.1 1996/08/03 19:51:04 pst Exp $ +# $Id: Makefile,v 1.2 1996/08/04 08:46:07 asami Exp $ # DISTNAME= netperf-2.1pl1 PKGNAME= netperf-2.1.1 -CATEGORIES+= benchmarks +CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ MAINTAINER= pst@freebsd.org MAKEFILE= makefile +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 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/netperf.1 - gzip -9nf ${PREFIX}/man/man1/netserver.1 -.endif .if !defined(NOPORTDOCS) mkdir -p ${PREFIX}/share/doc/netperf cp ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf |