Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2015 22:04:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200110] [maintainer] textproc/ibus: fix check-plist when DOCS is OFF
Message-ID:  <bug-200110-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: henry.hu.sh@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200110-13>