From 44e8ccf8b1ad76f6fdca2c84cd7b4d45bfb0bd57 Mon Sep 17 00:00:00 2001 From: mm Date: Mon, 21 Mar 2011 21:01:55 +0000 Subject: - Add license information (GPLv3) - Make portlint happier --- benchmarks/phoronix-test-suite/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'benchmarks/phoronix-test-suite/Makefile') 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}." -- cgit