aboutsummaryrefslogtreecommitdiff
path: root/games/darkplaces
diff options
context:
space:
mode:
Diffstat (limited to 'games/darkplaces')
-rw-r--r--games/darkplaces/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile
index 823d3ddaae3e..1a5b34a8e692 100644
--- a/games/darkplaces/Makefile
+++ b/games/darkplaces/Makefile
@@ -83,7 +83,7 @@ do-install:
.endfor
@${MKDIR} ${DATADIR}
@${TOUCH} ${DATADIR}/dummy
-.if !{PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/darkplaces.txt ${DOCSDIR}
.endif