mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
16 lines
700 B
Plaintext
16 lines
700 B
Plaintext
$NetBSD: patch-aa,v 1.2 2010/11/27 13:51:24 abs Exp $
|
|
|
|
--- setup.py.orig 2008-07-30 12:30:03.000000000 +0000
|
|
+++ setup.py
|
|
@@ -38,9 +38,7 @@ def runSetup():
|
|
packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC',
|
|
'Hellanzb.external', 'Hellanzb.external.elementtree' ],
|
|
scripts = [ 'hellanzb.py' ],
|
|
- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ),
|
|
- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ],
|
|
- )
|
|
+ data_files = [ ( 'share/doc/hellanzb', [ 'README' ] ) ] )
|
|
py2app_options = dict(
|
|
app = [ 'hellanzb.py' ],
|
|
options = dict(py2app = dict(
|