summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-10-16 03:12:44 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-10-16 03:12:44 +0000
commitab1df0e8f4b778830e4f2b68c3a4806ab81100c0 (patch)
treeba9a7504e8c31e21db70886c3ad2cc74a229543b /lang/python27
parentBROKEN: Checksum mismatch (diff)
Correct a patch not to install unwanted files.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=175345
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/files/patch-setup.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/python27/files/patch-setup.py b/lang/python27/files/patch-setup.py
index 4ed6f0f38c8e..9e4651e91aaa 100644
--- a/lang/python27/files/patch-setup.py
+++ b/lang/python27/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