diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
commit | 7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/httperf | |
parent | 3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff) | |
download | pkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r-- | benchmarks/httperf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 0fa2243d7a7..ed2c12818c9 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/22 07:19:25 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/30 15:50:37 minskim Exp $ # DISTNAME= httperf-0.6 @@ -11,6 +11,8 @@ COMMENT= Popular web server benchmarking program LICENSE= no-commercial-use +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" @@ -19,6 +21,8 @@ USE_GNU_TOOLS+= make LDFLAGS+= -lsocket -lnsl -lresolv .endif +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${LOCALBASE}/bin/httperf ${INSTALL_MAN} ${WRKSRC}/httperf.man ${LOCALBASE}/man/man1/httperf.1 |