diff options
author | joerg <joerg> | 2009-07-08 14:19:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-08 14:19:46 +0000 |
commit | 0e4135da89fbed01acc6a9d36601d88b8675bb2c (patch) | |
tree | 4cd17073e04001d46b2573a28f28bc2cf4d01cb5 /benchmarks/httperf | |
parent | ce7713ada55582e56230227d4865f02e7b4c5a55 (diff) | |
download | pkgsrc-0e4135da89fbed01acc6a9d36601d88b8675bb2c.tar.gz |
user-destdir support
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 44fd80affec..2f04f762534 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/11/10 00:46:57 ahoka Exp $ +# $NetBSD: Makefile,v 1.18 2009/07/08 14:22:52 joerg Exp $ DISTNAME= httperf-0.8 CATEGORIES= benchmarks www @@ -10,12 +10,16 @@ HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/ COMMENT= Popular web server benchmarking program PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no USE_TOOLS+= gmake CFLAGS+= -DFD_SETSIZE=16424 +INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + bindir=${DESTDIR}${PREFIX}/bin + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |