Skip to content

Commit

Permalink
multimedia/py-mat2: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 17, 2024
1 parent bd8ce89 commit 66fe8a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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}
Expand Down
11 changes: 11 additions & 0 deletions 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",

0 comments on commit 66fe8a8

Please sign in to comment.