Created attachment 186390 [details] nginx-cleanup - !empty(PORT_OPTIONS:MOPTION) changed by ${PORT_OPTIONS:MOPTION}. I think it looks better - http_accesskey was removed in r439844, cleanup it. portlint: 16 warns (were 18, related with http_accesskey) testport: OK (12.0-CURRENT #0 r322368, default options)
A commit references this bug: Author: joneum Date: Fri Nov 3 17:04:43 UTC 2017 New revision: 453414 URL: https://svnweb.freebsd.org/changeset/ports/453414 Log: Do the port clean-up: -replace '!empty(PORT_OPTIONS:M...)' with '${PORT_OPTIONS:M...}'; -http_accesskey was removed in r439844, cleanup it. PR: 222337 Reported by: m1cro <rum1cro@yandex.ru> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12915 Changes: head/www/nginx/Makefile
Landed. Thanks. :-)