diff options
Diffstat (limited to 'benchmarks/netperf/Makefile')
-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 |