diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:59:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:59:41 +0000 |
commit | 327397264403e8b028a4f0011a4be59918aecf43 (patch) | |
tree | 7da1e63338dd5f8ff27577d1a336dc067e1bd073 /chinese/fcitx | |
parent | 43b73e5cfaaa8d7a48d81772a31f46e9121f5faa (diff) | |
download | ports-327397264403e8b028a4f0011a4be59918aecf43.tar.gz ports-327397264403e8b028a4f0011a4be59918aecf43.zip |
Notes
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index eb08e57b9b04..1acc6905af7e 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -93,9 +93,7 @@ EXTRA_PATCHES+= ${FILESDIR}/tpunc-data_punc.mb.zh_CN CMAKE_ARGS+= -DENABLE_DEBUG=ON .endif -.if defined(NOPORTDOCS) -EXTRA_PATCHES+= ${FILESDIR}/nodocs-doc_CMakeLists.txt -.endif +DOCS_EXTRA_PATCHES= ${FILESDIR}/nodocs-doc_CMakeLists.txt .if defined(NOPORTDATA) IGNORE= code tables are required, undefine NOPORTDATA |