diff options
author | mm <mm@FreeBSD.org> | 2011-03-22 05:01:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-22 05:01:55 +0800 |
commit | 44e8ccf8b1ad76f6fdca2c84cd7b4d45bfb0bd57 (patch) | |
tree | 7d3251df78abbba4ffac9ab52f4cc539a321c41c /benchmarks/phoronix-test-suite | |
parent | 0bf604556ec7e0aa2a85623ebd367df852882329 (diff) | |
download | freebsd-ports-gnome-44e8ccf8b1ad76f6fdca2c84cd7b4d45bfb0bd57.tar.gz freebsd-ports-gnome-44e8ccf8b1ad76f6fdca2c84cd7b4d45bfb0bd57.tar.zst freebsd-ports-gnome-44e8ccf8b1ad76f6fdca2c84cd7b4d45bfb0bd57.zip |
- Add license information (GPLv3)
- Make portlint happier
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}." |