freebsd-ports/devel/scons/files/patch-setup.cfg
Po-Chuan Hsieh b2e7eba893
devel/scons: Update to 4.5.2
- Convert to USE_PYTHON=pep517

Changes:	https://scons.org/tag/releases.html
		https://github.com/SCons/scons/blob/master/CHANGES.txt
PR:		274524
Exp-run by:	antoine
2023-11-15 01:44:56 +08:00

18 lines
351 B
INI

--- setup.cfg.orig 2023-03-21 16:18:43 UTC
+++ setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = SCons
+name = scons
license = MIT
author = William Deegan
author_email = bill@baddogconsulting.com
@@ -60,7 +60,7 @@ console_scripts =
SCons.Tool.docbook = *.*
[options.data_files]
-. = scons.1
+share/man/man1 = scons.1
scons-time.1
sconsign.1