[Bug 200110] [maintainer] textproc/ibus: fix check-plist when DOCS is OFF

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 10 22:04:01 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200110

            Bug ID: 200110
           Summary: [maintainer] textproc/ibus: fix check-plist when DOCS
                    is OFF
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: henry.hu.sh at gmail.com

Created attachment 156630
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156630&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list