diff options
author | cjs <cjs> | 2007-01-03 05:50:15 +0000 |
---|---|---|
committer | cjs <cjs> | 2007-01-03 05:50:15 +0000 |
commit | f527504795e1b20591f13de487e6e2a8c3731568 (patch) | |
tree | 0226408c501681c2fa028c1166b1284a33756c2d /benchmarks/httperf/Makefile | |
parent | 9490625cd01d530af7339357bc9f028f4958074e (diff) | |
download | pkgsrc-f527504795e1b20591f13de487e6e2a8c3731568.tar.gz |
Add a patch that fixes the install code in Makefile.in, so we can just use
that rather than having to hack our own install code. This changes what's
actually built and installed not one whit, so we do not increment the version.
Diffstat (limited to 'benchmarks/httperf/Makefile')
-rw-r--r-- | benchmarks/httperf/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index d9d249b7c9a..67fb2d8e73d 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/12/07 06:27:30 cjs Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/03 05:50:15 cjs Exp $ DISTNAME= httperf-0.8 CATEGORIES= benchmarks www @@ -19,11 +19,4 @@ USE_TOOLS+= gmake LDFLAGS+= -lsocket -lnsl -lresolv .endif -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin/httperf - ${INSTALL_MAN} ${WRKSRC}/httperf.man \ - ${PREFIX}/${PKGMANDIR}/man1/httperf.1 - .include "../../mk/bsd.pkg.mk" |