diff options
-rw-r--r-- | benchmarks/httperf/Makefile | 7 | ||||
-rw-r--r-- | www/httperf/Makefile | 7 |
2 files changed, 8 insertions, 6 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 diff --git a/www/httperf/Makefile b/www/httperf/Makefile index ca0e08772c72..b52250718488 100644 --- a/www/httperf/Makefile +++ b/www/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 |