Skip to content

Commit

Permalink
net-mgmt/py-aggregate6: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 1, 2024
1 parent 2e9d17b commit f8de28e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions net-mgmt/py-aggregate6/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aggregate6
PORTVERSION= 1.0.12
PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
8 changes: 7 additions & 1 deletion net-mgmt/py-aggregate6/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 2017-12-01 09:46:38 UTC
+++ setup.py
@@ -70,8 +70,7 @@ setup(
@@ -70,13 +70,12 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6'
],
Expand All @@ -10,3 +10,9 @@
["future", "ipaddress"] if sys.version_info.major == 2 else []
),
packages=find_packages(exclude=['tests', 'tests.*']),
entry_points={'console_scripts':
['aggregate6 = aggregate6.aggregate6:main']},
- data_files = [('man/man7', ['aggregate6.7'])],
+ data_files = [('share/man/man7', ['aggregate6.7'])],
test_suite='nose.collector'
)

0 comments on commit f8de28e

Please sign in to comment.