summaryrefslogtreecommitdiff
path: root/lang/python/files/patch-Makefile.pre.in
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-12-01 15:04:05 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-12-01 15:04:05 +0000
commitcbee63519e5bfa9431cedefac9d47c9bca12db45 (patch)
tree1dc8467b10d712e142255d9e46f003ec59a7b07e /lang/python/files/patch-Makefile.pre.in
parent- Update to 4.6.24 (diff)
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Diffstat (limited to 'lang/python/files/patch-Makefile.pre.in')
-rw-r--r--lang/python/files/patch-Makefile.pre.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python/files/patch-Makefile.pre.in b/lang/python/files/patch-Makefile.pre.in
deleted file mode 100644
index 8ab09bec3ba2..000000000000
--- a/lang/python/files/patch-Makefile.pre.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.pre.in.orig Sat Nov 15 21:37:25 2003
-+++ Makefile.pre.in Sat Nov 15 21:37:54 2003
-@@ -710,11 +710,11 @@
- ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST) -f \
- -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
-- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
-+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST)/site-packages -f \
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
-- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
-+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST)/site-packages -f \
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages