diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:34:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:34:13 +0000 |
commit | 58848c550bf7029a7c353fcfb5d561f730a4a04e (patch) | |
tree | bda726dcf401a0a3088ac3e3520896cd590c1cec /benchmarks/httperf | |
parent | 49bf36d52771ccccdeacb84f6e4f3406a8814618 (diff) | |
download | ports-58848c550bf7029a7c353fcfb5d561f730a4a04e.tar.gz ports-58848c550bf7029a7c353fcfb5d561f730a4a04e.zip |
Notes
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r-- | benchmarks/httperf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 0c0170b77816..bb058ec3ffde 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -18,14 +18,15 @@ MAKE_ARGS= LIBUTIL_OBJS=ssl_writev.o \ exec_prefix=${PREFIX} PLIST_FILES= bin/httperf -.if !defined(NOPORTDOCS) PORTDOCS= ChangeLog NEWS README TODO -.endif MAN1= httperf.1 NO_STAGE= yes + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} |