diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-16 03:12:44 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-16 03:12:44 +0000 |
commit | ab1df0e8f4b778830e4f2b68c3a4806ab81100c0 (patch) | |
tree | ba9a7504e8c31e21db70886c3ad2cc74a229543b /lang/python26 | |
parent | 88bb7ca3eabf510109c7a9ea2779dd6be075fdf8 (diff) | |
download | ports-ab1df0e8f4b778830e4f2b68c3a4806ab81100c0.tar.gz ports-ab1df0e8f4b778830e4f2b68c3a4806ab81100c0.zip |
Notes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/files/patch-setup.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/python26/files/patch-setup.py b/lang/python26/files/patch-setup.py index 4ed6f0f38c8e..9e4651e91aaa 100644 --- a/lang/python26/files/patch-setup.py +++ b/lang/python26/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 |