aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-25 19:35:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-25 19:51:17 +0000
commitede1df2ff7fe2a56b09845fb285e1fae1aad14b0 (patch)
tree99a549047f346030af8eb681e3d27cf97b8514ec /textproc
parent102350e527e93f42a1ecc3dc96ea7520419308a0 (diff)
downloadports-ede1df2ff7fe2a56b09845fb285e1fae1aad14b0.tar.gz
ports-ede1df2ff7fe2a56b09845fb285e1fae1aad14b0.zip
textproc/py-ttp: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change PR: 261163 Reported by: se
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-ttp/Makefile1
-rw-r--r--textproc/py-ttp/files/patch-setup.py10
2 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-ttp/Makefile b/textproc/py-ttp/Makefile
index d7d7ccfe5284..2820c4727088 100644
--- a/textproc/py-ttp/Makefile
+++ b/textproc/py-ttp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ttp
PORTVERSION= 0.8.4
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-ttp/files/patch-setup.py b/textproc/py-ttp/files/patch-setup.py
new file mode 100644
index 000000000000..a47c9eff131a
--- /dev/null
+++ b/textproc/py-ttp/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2022-01-15 23:40:48 UTC
++++ setup.py
+@@ -16,7 +16,6 @@ setup(
+ url="https://github.com/dmulyalin/ttp",
+ packages=find_packages(),
+ include_package_data=True,
+- data_files=[("", ["LICENSE"])],
+ classifiers=[
+ "Topic :: Utilities",
+ "Programming Language :: Python :: 2.7",