aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python31
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2006-10-16 11:12:44 +0800
committerperky <perky@FreeBSD.org>2006-10-16 11:12:44 +0800
commita4d724c5fff186f65094b91056cebd453bd7ed5a (patch)
treefc9ba6df872324d906fe075ae9ac9724fa477ce9 /lang/python31
parent7adcd57bfeaf8da08b17ada9069f5c5c248cf85e (diff)
downloadfreebsd-ports-gnome-a4d724c5fff186f65094b91056cebd453bd7ed5a.tar.gz
freebsd-ports-gnome-a4d724c5fff186f65094b91056cebd453bd7ed5a.tar.zst
freebsd-ports-gnome-a4d724c5fff186f65094b91056cebd453bd7ed5a.zip
Correct a patch not to install unwanted files.
Approved by: portmgr (kris)
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/files/patch-setup.py20
1 files changed, 10 insertions, 10 deletions
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