diff options
author | beat <beat@FreeBSD.org> | 2012-10-16 05:09:25 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-10-16 05:09:25 +0800 |
commit | aec23dacb3cef5f993de648f4759f1746e121851 (patch) | |
tree | 6ff888344d1946f463f0373a8e860561dfe23741 /net/ssvnc | |
parent | 9000b2e659b0e5265a934dbe70fdacc4c9afdd59 (diff) | |
download | freebsd-ports-gnome-aec23dacb3cef5f993de648f4759f1746e121851.tar.gz freebsd-ports-gnome-aec23dacb3cef5f993de648f4759f1746e121851.tar.zst freebsd-ports-gnome-aec23dacb3cef5f993de648f4759f1746e121851.zip |
- Fix DOCS option logic
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'net/ssvnc')
-rw-r--r-- | net/ssvnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile index bf2d37426c62..1f630dce97ea 100644 --- a/net/ssvnc/Makefile +++ b/net/ssvnc/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= ULTRAFTP="" PLIST_SUB+= ULTRAFTP="@comment " .endif -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) MAKE_ARGS+= DOCS="" .endif |