diff options
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 2b4497e9795..b8c91f4743b 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}." diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 379b9c22191..da69452a094 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= mm@FreeBSD.org COMMENT= Benchmark SMTP/POP servers +LICENSE= GPLv3 + OPTIONS= SSL "Build with OpenSSL support" on USE_OPENSSL= yes @@ -37,6 +39,6 @@ CONFIGURE_ARGS+= --disable-openssl CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .include <bsd.port.post.mk> |