games/unknown-horizons: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 09:05:31 +01:00
parent a256c5abfb
commit 5abca99cd8
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= unknown-horizons
PORTVERSION= 2019.1
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= fiziologus@gmail.com

View File

@ -1,6 +1,6 @@
--- setup.py.orig 2019-01-12 15:15:42 UTC
+++ setup.py
@@ -39,7 +39,7 @@ from horizons.ext import polib
@@ -39,7 +39,7 @@ os.chdir(os.path.realpath(os.path.dirname(__file__)))
# Ensure we are in the correct directory
os.chdir(os.path.realpath(os.path.dirname(__file__)))
@ -9,15 +9,6 @@
executable_path = 'games'
else:
executable_path = 'bin'
@@ -54,7 +54,7 @@ data = [
(executable_path, ('unknown-horizons', )),
('share/pixmaps', ('content/packages/unknown-horizons.xpm', )),
('share/unknown-horizons', ('content/settings-template.xml', )),
- ('share/man/man6', ('content/packages/unknown-horizons.6', )),
+ ('man/man6', ('content/packages/unknown-horizons.6', )),
]
for root, dirs, files in [x for x in os.walk('content') if len(x[2])]:
@@ -136,13 +136,6 @@ class _build_i18n(distutils.cmd.Command):
targetpath = os.path.join("share/locale", lang, "LC_MESSAGES")
mo_files.append((targetpath, [mo_file]))