aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-03-21 21:01:55 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-03-21 21:01:55 +0000
commit528d61375779e343636ec8c70729cdcbad46ea55 (patch)
treece3e69b7181620a0630bfd79b42632472a763a1b /benchmarks
parent2441e3f131961d03f8547a19358f7b0013bc4da2 (diff)
downloadports-528d61375779e343636ec8c70729cdcbad46ea55.tar.gz
ports-528d61375779e343636ec8c70729cdcbad46ea55.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/phoronix-test-suite/Makefile6
-rw-r--r--benchmarks/postal/Makefile4
2 files changed, 7 insertions, 3 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}."
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 379b9c221917..da69452a0941 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>