summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-21 03:16:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-21 03:16:54 +0000
commited868c761fe7a8240fd53865b37a4fe6b9c163ef (patch)
tree5f1837da3d0ace74804b6787bd5d3b3abf7e61ea /benchmarks/httperf/Makefile
parentfix patch path (diff)
add missing depends
Noted by: kris
Notes
Notes: svn path=/head/; revision=70636
Diffstat (limited to '')
-rw-r--r--benchmarks/httperf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index ca0e08772c72..b52250718488 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
MAINTAINER= ports@FreeBSD.org
+LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= httperf.1
-post-install:
- ${CHMOD} 750 ${PREFIX}/bin/httperf
.if !defined(NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
- @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif