openbsd-ports/comms/chirp/patches/patch-setup_py
sthen eb97975774 import ports/comms/chirp, ok benoit@
CHIRP is a free, open-source tool for programming amateur radios.
It supports a large number of manufacturers and models, as well as
provides a way to interface with multiple data sources and formats.

CHIRP's focus is to support reading and writing the memory channels
of as many radio models as possible. This provides the ability to
exchange your programming information between dissimilar radios.
It does not focus on supporting every single knob and setting that
each radio supports.
2013-06-13 11:42:43 +00:00

13 lines
578 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2013/06/13 11:42:43 sthen Exp $
--- setup.py.orig Mon Apr 29 22:35:52 2013
+++ setup.py Mon Apr 29 22:35:58 2013
@@ -113,7 +113,7 @@ def default_build():
('share/chirp', xsd_files),
('share/doc/chirp', ['COPYING']),
('share/pixmaps', ['share/chirp.png']),
- ('share/man/man1', ["share/chirpw.1"]),
+ ('man/man1', ["share/chirpw.1"]),
('share/chirp/stock_configs', stock_configs),
] + locale_files)