chinese/fcitx: Remove nop options helper

Options helpers are ineffective when set after bsd.port.options.mk.
DOCS_EXTRA_PATCHES_OFF is not needed.  A build without DOCS is
already working via %%PORTDOCS%% in the plist even without
files/nodocs-doc_CMakeLists.txt (which also no longer applies).

Reported by:	tobik (in D19553)
This commit is contained in:
Tobias Kortkamp 2019-03-15 05:19:26 +00:00
parent e595d55756
commit da8d2ffa3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495766
2 changed files with 0 additions and 15 deletions

View File

@ -116,8 +116,6 @@ EXTRA_PATCHES+= ${FILESDIR}/tpunc-data_punc.mb.zh_CN
CMAKE_ARGS+= -DENABLE_DEBUG=ON
.endif
DOCS_EXTRA_PATCHES_OFF= ${FILESDIR}/nodocs-doc_CMakeLists.txt
_DICT_VER= 20121020
_PYSTROKE_VER= 20121124
_PYTABLE_VER= 20121124

View File

@ -1,13 +0,0 @@
--- doc/CMakeLists.txt~ 2011-10-02 05:43:11.000000000 -0500
+++ doc/CMakeLists.txt 2011-11-09 05:47:39.686199652 -0600
@@ -1,9 +1,7 @@
add_subdirectory(man)
-add_subdirectory(examples)
set(FCITX_DOC_FILES
cjkvinput.txt wb_fh.htm pinyin.txt
Develop_Readme API.txt
)
-install(FILES ${FCITX_DOC_FILES} DESTINATION share/doc/${package} )
\ No newline at end of file