aboutsummaryrefslogtreecommitdiff
path: root/lang/python24/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-07 13:26:47 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-07 13:26:47 +0000
commit555f286ca1951e71463732dff86ed6ffc46087d5 (patch)
tree441cd21b52ca90156cb9dd4258247e99df3c2072 /lang/python24/files
parent266d759a9d778c9df5a53aa61e9f71aca39a7b59 (diff)
downloadports-555f286ca1951e71463732dff86ed6ffc46087d5.tar.gz
ports-555f286ca1951e71463732dff86ed6ffc46087d5.zip
Notes
Diffstat (limited to 'lang/python24/files')
-rw-r--r--lang/python24/files/patch-Misc:Makefile.pre.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python24/files/patch-Misc:Makefile.pre.in b/lang/python24/files/patch-Misc:Makefile.pre.in
deleted file mode 100644
index 2eaf2f04c91f..000000000000
--- a/lang/python24/files/patch-Misc:Makefile.pre.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998
-+++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000
-@@ -92,7 +92,7 @@
- TARGET= python
-
- # Installed python binary (used only by boot target)
--PYTHON= python
-+PYTHON?= python
-
- # Add more -I and -D options here
- CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)