diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-16 19:22:55 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-16 19:22:55 +0800 |
commit | 1e869543203fcd3898af26fcaf6b76d05175555e (patch) | |
tree | f95f47d748cf483f31499f2fe25ee4964b915bf9 /benchmarks/blogbench | |
parent | 09db7799ec9b58278dd38b3345173f6dc03def66 (diff) | |
download | freebsd-ports-gnome-1e869543203fcd3898af26fcaf6b76d05175555e.tar.gz freebsd-ports-gnome-1e869543203fcd3898af26fcaf6b76d05175555e.tar.zst freebsd-ports-gnome-1e869543203fcd3898af26fcaf6b76d05175555e.zip |
Support staging
Diffstat (limited to 'benchmarks/blogbench')
-rw-r--r-- | benchmarks/blogbench/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile index 7b89d9c10222..2acfcc737b7e 100644 --- a/benchmarks/blogbench/Makefile +++ b/benchmarks/blogbench/Makefile @@ -13,20 +13,13 @@ COMMENT= Performance Test of Filesystem I/O GNU_CONFIGURE= yes USE_BZIP2= yes -MAN8= blogbench.8 -PLIST_FILES= bin/blogbench +PLIST_FILES= bin/blogbench man/man8/blogbench.8.gz PORTDOCS= README -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |