Skip to content
Snippets Groups Projects
Commit 66fe8a8e authored by Nuno Teixeira's avatar Nuno Teixeira
Browse files

multimedia/py-mat2: Move man pages to share/man

Approved by:	portmgr (blanket)
parent bd8ce893
No related branches found
No related tags found
No related merge requests found
PORTNAME= mat2
DISTVERSION= 0.13.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia audio graphics textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
--- 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",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment