forked from Lainports/freebsd-ports
- trim Makefile header - add license (BSD) - limit python version to 2.x - add patch to not install LICENSE once again and to fix MANPREFIX1 - remove reinplace that is now handled with aforementioned patch - install yang2dsdl, yang2html and update TODO
12 lines
613 B
Python
12 lines
613 B
Python
--- ./setup.py.orig 2010-11-17 11:11:03.000000000 +0300
|
|
+++ ./setup.py 2012-10-01 13:36:11.000000000 +0400
|
|
@@ -14,8 +14,7 @@
|
|
url='http://code.google.com/p/pyang',
|
|
scripts=['bin/pyang', 'bin/yang2html', 'bin/yang2dsdl'],
|
|
packages=['pyang', 'pyang.plugins', 'pyang.translators'],
|
|
- data_files=[('.', ['LICENSE']),
|
|
- ('share/man/man1', ['man/man1/pyang.1',
|
|
+ data_files=[('man/man1', ['man/man1/pyang.1',
|
|
'man/man1/yang2dsdl.1']),
|
|
('share/yang/modules', modules),
|
|
('share/yang/xslt', xslt),
|