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:
parent
e595d55756
commit
da8d2ffa3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495766
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user