mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
e818e0fa26
- Add NO_ARCH - While I'm here: - Remove no-op WRKSRC - Pet portlint: - Fix tab/space - Do no silence installation message - Fix diff header of patch files - Bump PORTREVISION for package change Approved by: portmgr (blanket)
13 lines
446 B
Python
13 lines
446 B
Python
--- setup.py.orig 2011-12-13 20:24:18 UTC
|
|
+++ setup.py
|
|
@@ -52,8 +52,7 @@
|
|
'url': meta.url,
|
|
'license': meta.license,
|
|
'download_url': meta.download,
|
|
- 'packages': findPackages('taskcoachlib') + findPackages('buildlib'),
|
|
- 'scripts': ['taskcoach.py'],
|
|
+ 'packages': findPackages('taskcoachlib'),
|
|
'classifiers': [\
|
|
'Development Status :: 5 - Production/Stable',
|
|
'Intended Audience :: End Users/Desktop',
|