Bug 200110 - [maintainer] textproc/ibus: fix check-plist when DOCS is OFF
Summary: [maintainer] textproc/ibus: fix check-plist when DOCS is OFF
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-05-10 22:04 UTC by Henry Hu
Modified: 2015-05-14 16:12 UTC (History)
1 user (show)

See Also:


Attachments
fix check-plist when DOCS is OFF (571 bytes, patch)
2015-05-10 22:04 UTC, Henry Hu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2015-05-10 22:04:01 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-14 16:08:58 UTC
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