freebsd-ports/x11-toolkits/termit/files/patch-doc_CMakeLists.txt
Fernando Apesteguía e00faaf4e4 x11-toolkits/termit: update to 3.1
From ChangeLog (https://github.com/nonstop/termit/releases/tag/termit-3.1):

 * completely switched to Lua 5.3
 * disabled annoying menubar on F10
 * added new options: scrollOnKeystroke, scrollOnOutput
 * refactored several deprecated GTK functions
 * fixed several bugs
 * replaced appdata with modern metainfo

PR:	244336
Submitted by:	bob@eager.cx (maintainer)
2020-02-23 19:17:43 +00:00

15 lines
773 B
Text

--- doc/CMakeLists.txt.orig 2020-02-17 06:02:21 UTC
+++ doc/CMakeLists.txt
@@ -13,10 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-SET(TERMIT_DOCS ../COPYING README lua_api.txt rc.lua.example)
+SET(TERMIT_DOCS README lua_api.txt rc.lua.example)
INSTALL(FILES ${TERMIT_DOCS} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/${TERMIT_PACKAGE})
-INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
+INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
INSTALL(FILES termit.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
INSTALL(FILES termit.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)