aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-03-15 05:19:26 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-03-15 05:19:26 +0000
commitda8d2ffa3ce3201cd082c016ecf539b6c0709360 (patch)
tree294435c8fba07ea96e201cc36ed66e364210c110 /chinese/fcitx
parente595d557561da524c3789d6f189cd5b84ed53cb0 (diff)
downloadports-da8d2ffa3ce3201cd082c016ecf539b6c0709360.tar.gz
ports-da8d2ffa3ce3201cd082c016ecf539b6c0709360.zip
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)
Notes
Notes: svn path=/head/; revision=495766
Diffstat (limited to 'chinese/fcitx')
-rw-r--r--chinese/fcitx/Makefile2
-rw-r--r--chinese/fcitx/files/nodocs-doc_CMakeLists.txt13
2 files changed, 0 insertions, 15 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index 46abfb517afc..45c66808a404 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -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
diff --git a/chinese/fcitx/files/nodocs-doc_CMakeLists.txt b/chinese/fcitx/files/nodocs-doc_CMakeLists.txt
deleted file mode 100644
index 9a6b1a9123ed..000000000000
--- a/chinese/fcitx/files/nodocs-doc_CMakeLists.txt
+++ /dev/null
@@ -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