Date: Sun, 16 Feb 2014 11:22:55 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344533 - head/benchmarks/blogbench Message-ID: <201402161122.s1GBMtbL085478@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Feb 16 11:22:55 2014 New Revision: 344533 URL: http://svnweb.freebsd.org/changeset/ports/344533 QAT: https://qat.redports.org/buildarchive/r344533/ Log: Support staging Modified: head/benchmarks/blogbench/Makefile Modified: head/benchmarks/blogbench/Makefile ============================================================================== --- head/benchmarks/blogbench/Makefile Sun Feb 16 11:14:26 2014 (r344532) +++ head/benchmarks/blogbench/Makefile Sun Feb 16 11:22:55 2014 (r344533) @@ -13,20 +13,13 @@ COMMENT= Performance Test of Filesystem 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161122.s1GBMtbL085478>