aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 11:44:36 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 12:28:12 +0000
commit66fe8a8ed9f97e2feae14ad4ea22b32f1e5037d0 (patch)
tree5d0ef8e8ee56fa7200be0d9d60eabbfd93cae563
parentbd8ce893339e4cacaa88d98a3589ff7058efeea8 (diff)
downloadports-66fe8a8ed9f97e2feae14ad4ea22b32f1e5037d0.tar.gz
ports-66fe8a8ed9f97e2feae14ad4ea22b32f1e5037d0.zip
multimedia/py-mat2: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--multimedia/py-mat2/Makefile2
-rw-r--r--multimedia/py-mat2/files/patch-setup.py11
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/py-mat2/Makefile b/multimedia/py-mat2/Makefile
index 1ccbeea179df..efb6185d1f1b 100644
--- a/multimedia/py-mat2/Makefile
+++ b/multimedia/py-mat2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mat2
DISTVERSION= 0.13.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio graphics textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/py-mat2/files/patch-setup.py b/multimedia/py-mat2/files/patch-setup.py
new file mode 100644
index 000000000000..24be34a6b163
--- /dev/null
+++ b/multimedia/py-mat2/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2024-03-17 11:40:14 UTC
++++ setup.py
+@@ -20,7 +20,7 @@ setuptools.setup(
+ 'pycairo',
+ ],
+ packages=setuptools.find_packages(exclude=('tests', )),
+- data_files = [('man/man1', ['doc/mat2.1'])],
++ data_files = [('share/man/man1', ['doc/mat2.1'])],
+ classifiers=[
+ "Development Status :: 3 - Alpha",
+ "Environment :: Console",