diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-21 21:01:55 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-21 21:01:55 +0000 |
commit | 528d61375779e343636ec8c70729cdcbad46ea55 (patch) | |
tree | ce3e69b7181620a0630bfd79b42632472a763a1b /benchmarks/phoronix-test-suite | |
parent | 2441e3f131961d03f8547a19358f7b0013bc4da2 (diff) | |
download | ports-528d61375779e343636ec8c70729cdcbad46ea55.tar.gz ports-528d61375779e343636ec8c70729cdcbad46ea55.zip |
Notes
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 2b4497e97950..b8c91f4743b4 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.phoronix-test-suite.com/releases/ MAINTAINER= mm@FreeBSD.org COMMENT= Phoronix Benchmarking Suite +LICENSE= GPLv3 + OPTIONS= BASH_COMPLETIONS "Install bash completions" off \ X11 "Install X11 icons and mimetypes" on @@ -72,10 +74,10 @@ post-install: .for FILE in ${DOCFILES1} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE} .endfor -.for FILE in ${DOCFILES2} +.for FILE in ${DOCFILES2} @${INSTALL_DATA} ${WRKSRC}/documentation/${FILE} ${DOCSDIR}/${FILE} .endfor -.for DIR in html_sections includes +.for DIR in html_sections includes @${CP} -rf ${WRKSRC}/documentation/${DIR} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Docs installed in ${DOCSDIR}." |