summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-03 12:05:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-03 12:05:41 +0000
commit7eb88aa90e48cd0f07d08a73a790c30d97d4f7f2 (patch)
treedadb447f5726cf05b3ab00e6d81167ddf190d9d9 /benchmarks
parent- Convert this to OPTIONng too. (diff)
Fix the DOCS logical
Reported by: pointyhat (erwin)
Notes
Notes: svn path=/head/; revision=298079
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sysbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 625ff29cb412..770c1c7c74fe 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -49,7 +49,7 @@ post-configure:
@${REINPLACE_CMD} -e 's/^program_transform_name/#/' \
${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile
-.if ${PORT_OPTIONS:MDOCS}
+.if empty(PORT_OPTIONS:MDOCS)
post-install:
${RM} ${DOCSDIR}/manual.html
${RMDIR} ${DOCSDIR}