Created attachment 156630 [details] fix check-plist when DOCS is OFF Currently, if DOCS is OFF, `make check-plist` fails for textproc/ibus. In Makefile, we only specify doc's path when DOCS is ON. However, even if DOCS is OFF, `make install` still installs docs, to the default location. This patch always specifies the installation location, and check-plist is happy.
A commit references this bug: Author: riggs Date: Thu May 14 16:08:36 UTC 2015 New revision: 386344 URL: https://svnweb.freebsd.org/changeset/ports/386344 Log: Fix build break when DOCS OPTION is deselected PR: 200110 Submitted by: henry.hu.sh@gmail.com (maintainer) Changes: head/textproc/ibus/Makefile