mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
devel/gitinspector: Convert REINPLACE_CMD to patch file
This commit is contained in:
parent
697fc9120e
commit
ff3006d508
2 changed files with 10 additions and 3 deletions
|
@ -22,7 +22,4 @@ NO_ARCH= yes
|
|||
GH_ACCOUNT= ejwa
|
||||
USE_GITHUB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
10
devel/gitinspector/files/patch-setup.py
Normal file
10
devel/gitinspector/files/patch-setup.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- setup.py.orig 2016-02-03 13:25:05 UTC
|
||||
+++ setup.py
|
||||
@@ -46,7 +46,6 @@ setup(
|
||||
],
|
||||
packages = find_packages(exclude = ['tests']),
|
||||
package_data = {"": ["html/*", "translations/*"]},
|
||||
- data_files = [("share/doc/gitinspector", glob("*.txt"))],
|
||||
entry_points = {"console_scripts": ["gitinspector = gitinspector.gitinspector:main"]},
|
||||
zip_safe = False
|
||||
)
|
Loading…
Add table
Reference in a new issue