svn commit: r344533 - head/benchmarks/blogbench

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 11:22:56 UTC 2014


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>


More information about the svn-ports-head mailing list