summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-tabs
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-27 09:44:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-27 09:44:58 +0000
commitce5c41d70262c1880693524fd0b0e8e2dfca8588 (patch)
tree16a28c913328b81eee041153a8891d899cbda234 /textproc/py-sphinx-tabs
parentMove math/py-igraph to math/py-python-igraph (diff)
Remove LICENSE from /usr/local
- Bump PORTREVISION for package change PR: 247574 Reported by: Shane <FreeBSD@ShaneWare.Biz>
Notes
Notes: svn path=/head/; revision=540589
Diffstat (limited to 'textproc/py-sphinx-tabs')
-rw-r--r--textproc/py-sphinx-tabs/Makefile1
-rw-r--r--textproc/py-sphinx-tabs/files/patch-setup.py10
2 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile
index d8f73dc0815d..7bb464e6f911 100644
--- a/textproc/py-sphinx-tabs/Makefile
+++ b/textproc/py-sphinx-tabs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sphinx-tabs
PORTVERSION= 1.1.13
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py
new file mode 100644
index 000000000000..89726ef8a130
--- /dev/null
+++ b/textproc/py-sphinx-tabs/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2019-09-10 15:58:49 UTC
++++ setup.py
+@@ -14,7 +14,6 @@ setup(
+ 'semantic-ui-2.4.1/*',
+ ],
+ },
+- data_files = [("", ["LICENSE"])],
+ url = 'https://github.com/djungelorm/sphinx-tabs',
+ license = 'MIT',
+ description = 'Tab views for Sphinx',