aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-03 20:05:41 +0800
committerbapt <bapt@FreeBSD.org>2012-06-03 20:05:41 +0800
commit1bd961115936c606feb25a1f5dcfb45c8f26d6dc (patch)
tree2f414ec211aad700d3b475ef6dae8814a8c4e0b2 /benchmarks
parent032cd4c9e7aa4610d4e484fb2782637d318c1c95 (diff)
downloadfreebsd-ports-gnome-1bd961115936c606feb25a1f5dcfb45c8f26d6dc.tar.gz
freebsd-ports-gnome-1bd961115936c606feb25a1f5dcfb45c8f26d6dc.tar.zst
freebsd-ports-gnome-1bd961115936c606feb25a1f5dcfb45c8f26d6dc.zip
Fix the DOCS logical
Reported by: pointyhat (erwin)
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}