From ab1df0e8f4b778830e4f2b68c3a4806ab81100c0 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 16 Oct 2006 03:12:44 +0000 Subject: Correct a patch not to install unwanted files. Approved by: portmgr (kris) --- lang/python31/files/patch-setup.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lang/python31/files/patch-setup.py') diff --git a/lang/python31/files/patch-setup.py b/lang/python31/files/patch-setup.py index 4ed6f0f38c8e..9e4651e91aaa 100644 --- a/lang/python31/files/patch-setup.py +++ b/lang/python31/files/patch-setup.py @@ -27,13 +27,13 @@ curses_libs = ['ncursesw'] # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. --@@ -1498,8 +1500,7 @@ -- ext_modules=[Extension('_struct', ['_struct.c'])], -- -- # Scripts to install --- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', --- 'Lib/smtpd.py'] --+ scripts = [] -- ) -- -- # --install-platlib +@@ -1498,8 +1500,7 @@ + ext_modules=[Extension('_struct', ['_struct.c'])], + + # Scripts to install +- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', +- 'Lib/smtpd.py'] ++ scripts = [] + ) + + # --install-platlib -- cgit v1.2.3