diff options
-rw-r--r-- | x11-toolkits/termit/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/termit/files/patch-doc_CMakeLists.txt | 8 | ||||
-rw-r--r-- | x11-toolkits/termit/pkg-plist | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index 720e44705b37..c89b234dab27 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -1,7 +1,7 @@ PORTNAME= termit PORTVERSION= 3.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MAINTAINER= bob@eager.cx diff --git a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt index c955577b4acb..d678d59c0207 100644 --- a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt +++ b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt @@ -1,6 +1,6 @@ --- doc/CMakeLists.txt.orig 2020-02-17 06:02:21 UTC +++ doc/CMakeLists.txt -@@ -13,10 +13,10 @@ +@@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. @@ -8,8 +8,4 @@ +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) - + INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) diff --git a/x11-toolkits/termit/pkg-plist b/x11-toolkits/termit/pkg-plist index 35228936e4d6..5a31c8ca5d82 100644 --- a/x11-toolkits/termit/pkg-plist +++ b/x11-toolkits/termit/pkg-plist @@ -2,7 +2,7 @@ bin/termit @sample etc/xdg/termit/colormaps.lua.sample @sample etc/xdg/termit/rc.lua.sample @sample etc/xdg/termit/utils.lua.sample -man/man1/termit.1.gz +share/man/man1/termit.1.gz share/applications/termit.desktop share/metainfo/termit.metainfo.xml %%PORTDOCS%%%%DOCSDIR%%/README |