mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
games/jaggedalliance2: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
086c2e65b2
commit
fa8e8f7483
@ -1,7 +1,7 @@
|
||||
PORTNAME= ja2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.21.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= timp87@gmail.com
|
||||
|
11
games/jaggedalliance2/files/patch-CMakeLists.txt
Normal file
11
games/jaggedalliance2/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2024-02-24 07:03:02 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -482,7 +482,7 @@ if (UNIX AND NOT MINGW AND NOT APPLE AND NOT ANDROID)
|
||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/icons/logo.svg
|
||||
RENAME ja2-stracciatella.svg
|
||||
DESTINATION share/icons/hicolor/scalable/apps)
|
||||
- if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly|OpenBSD")
|
||||
+ if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly|OpenBSD")
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/distr-files-linux/ja2_manpage DESTINATION man/man6 RENAME ja2.6)
|
||||
else()
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets/distr-files-linux/ja2_manpage DESTINATION share/man/man6 RENAME ja2.6)
|
@ -1,6 +1,6 @@
|
||||
share/icons/hicolor/scalable/apps/ja2-stracciatella.svg
|
||||
share/applications/ja2-stracciatella.desktop
|
||||
man/man6/ja2.6.gz
|
||||
share/man/man6/ja2.6.gz
|
||||
bin/ja2-resource-pack
|
||||
bin/ja2-launcher
|
||||
bin/ja2
|
||||
|
Loading…
Reference in New Issue
Block a user