aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-03-19 21:28:24 +0800
committerohauer <ohauer@FreeBSD.org>2013-03-19 21:28:24 +0800
commitd9178b625992dd320fd8040f32d80c75231042f9 (patch)
tree4387e77135e8eccc267c439b9f047106c4a7bd8c /games
parent3a0afd774ad905c499d175116bd186f67ded2a75 (diff)
downloadfreebsd-ports-gnome-d9178b625992dd320fd8040f32d80c75231042f9.tar.gz
freebsd-ports-gnome-d9178b625992dd320fd8040f32d80c75231042f9.tar.zst
freebsd-ports-gnome-d9178b625992dd320fd8040f32d80c75231042f9.zip
- fix '(' '}' typo
- fix OPTION keyword US -> USB (sysutils/nut22)
Diffstat (limited to 'games')
-rw-r--r--games/knights-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile
index 1a2f36c3d191..6bccdc8231db 100644
--- a/games/knights-kde4/Makefile
+++ b/games/knights-kde4/Makefile
@@ -21,7 +21,7 @@ USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.options.mk>
-.if empty(PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
CMAKE_ARGS+= -DBUILD_doc=FALSE
.endif